public class ListenBucketNotificationArgs extends BucketArgs
Modifier and Type | Class and Description |
---|---|
static class |
ListenBucketNotificationArgs.Builder
Argument builder of
ListenBucketNotificationArgs . |
bucketName, region
extraHeaders, 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, region
extraHeaders, extraQueryParams
public String prefix()
public String suffix()
public String[] events()
public static ListenBucketNotificationArgs.Builder builder()
public boolean equals(Object o)
equals
in class BucketArgs
public int hashCode()
hashCode
in class BucketArgs