static GetBucketNotificationConfigurationResponse.Builder |
GetBucketNotificationConfigurationResponse.builder() |
|
default GetBucketNotificationConfigurationResponse.Builder |
GetBucketNotificationConfigurationResponse.Builder.eventBridgeConfiguration(Consumer<EventBridgeConfiguration.Builder> eventBridgeConfiguration) |
Enables delivery of events to Amazon EventBridge.
|
GetBucketNotificationConfigurationResponse.Builder |
GetBucketNotificationConfigurationResponse.Builder.eventBridgeConfiguration(EventBridgeConfiguration eventBridgeConfiguration) |
Enables delivery of events to Amazon EventBridge.
|
GetBucketNotificationConfigurationResponse.Builder |
GetBucketNotificationConfigurationResponse.Builder.lambdaFunctionConfigurations(Collection<LambdaFunctionConfiguration> lambdaFunctionConfigurations) |
Describes the Lambda functions to invoke and the events for which to invoke them.
|
GetBucketNotificationConfigurationResponse.Builder |
GetBucketNotificationConfigurationResponse.Builder.lambdaFunctionConfigurations(Consumer<LambdaFunctionConfiguration.Builder>... lambdaFunctionConfigurations) |
Describes the Lambda functions to invoke and the events for which to invoke them.
|
GetBucketNotificationConfigurationResponse.Builder |
GetBucketNotificationConfigurationResponse.Builder.lambdaFunctionConfigurations(LambdaFunctionConfiguration... lambdaFunctionConfigurations) |
Describes the Lambda functions to invoke and the events for which to invoke them.
|
GetBucketNotificationConfigurationResponse.Builder |
GetBucketNotificationConfigurationResponse.Builder.queueConfigurations(Collection<QueueConfiguration> queueConfigurations) |
The Amazon Simple Queue Service queues to publish messages to and the events for which to publish messages.
|
GetBucketNotificationConfigurationResponse.Builder |
GetBucketNotificationConfigurationResponse.Builder.queueConfigurations(Consumer<QueueConfiguration.Builder>... queueConfigurations) |
The Amazon Simple Queue Service queues to publish messages to and the events for which to publish messages.
|
GetBucketNotificationConfigurationResponse.Builder |
GetBucketNotificationConfigurationResponse.Builder.queueConfigurations(QueueConfiguration... queueConfigurations) |
The Amazon Simple Queue Service queues to publish messages to and the events for which to publish messages.
|
GetBucketNotificationConfigurationResponse.Builder |
GetBucketNotificationConfigurationResponse.toBuilder() |
|
GetBucketNotificationConfigurationResponse.Builder |
GetBucketNotificationConfigurationResponse.Builder.topicConfigurations(Collection<TopicConfiguration> topicConfigurations) |
The topic to which notifications are sent and the events for which notifications are generated.
|
GetBucketNotificationConfigurationResponse.Builder |
GetBucketNotificationConfigurationResponse.Builder.topicConfigurations(Consumer<TopicConfiguration.Builder>... topicConfigurations) |
The topic to which notifications are sent and the events for which notifications are generated.
|
GetBucketNotificationConfigurationResponse.Builder |
GetBucketNotificationConfigurationResponse.Builder.topicConfigurations(TopicConfiguration... topicConfigurations) |
The topic to which notifications are sent and the events for which notifications are generated.
|