public class ListenBucketNotificationArgs extends BucketArgs
| Modifier and Type | Class and Description |
|---|---|
static class |
ListenBucketNotificationArgs.Builder
Argument builder of
ListenBucketNotificationArgs. |
bucketName, regionextraHeaders, extraQueryParams| Constructor and Description |
|---|
ListenBucketNotificationArgs() |
| Modifier and Type | Method and Description |
|---|---|
static ListenBucketNotificationArgs.Builder |
builder() |
boolean |
equals(Object o) |
String[] |
events() |
int |
hashCode() |
String |
prefix() |
String |
suffix() |
bucket, regioncheckSse, extraHeaders, extraQueryParamspublic String prefix()
public String suffix()
public String[] events()
public static ListenBucketNotificationArgs.Builder builder()
public boolean equals(Object o)
equals in class BucketArgspublic int hashCode()
hashCode in class BucketArgs