static AwsS3BucketNotificationConfigurationDetail.Builder |
AwsS3BucketNotificationConfigurationDetail.builder() |
|
AwsS3BucketNotificationConfigurationDetail.Builder |
AwsS3BucketNotificationConfigurationDetail.Builder.destination(String destination) |
The ARN of the Lambda function, Amazon SQS queue, or Amazon SNS topic that generates the notification.
|
AwsS3BucketNotificationConfigurationDetail.Builder |
AwsS3BucketNotificationConfigurationDetail.Builder.events(String... events) |
The list of events that trigger a notification.
|
AwsS3BucketNotificationConfigurationDetail.Builder |
AwsS3BucketNotificationConfigurationDetail.Builder.events(Collection<String> events) |
The list of events that trigger a notification.
|
default AwsS3BucketNotificationConfigurationDetail.Builder |
AwsS3BucketNotificationConfigurationDetail.Builder.filter(Consumer<AwsS3BucketNotificationConfigurationFilter.Builder> filter) |
The filters that determine which S3 buckets generate notifications.
|
AwsS3BucketNotificationConfigurationDetail.Builder |
AwsS3BucketNotificationConfigurationDetail.Builder.filter(AwsS3BucketNotificationConfigurationFilter filter) |
The filters that determine which S3 buckets generate notifications.
|
AwsS3BucketNotificationConfigurationDetail.Builder |
AwsS3BucketNotificationConfigurationDetail.toBuilder() |
|
AwsS3BucketNotificationConfigurationDetail.Builder |
AwsS3BucketNotificationConfigurationDetail.Builder.type(String type) |
Indicates the type of notification.
|