CopyableBuilder<GetBucketNotificationConfigurationResponse.Builder,GetBucketNotificationConfigurationResponse>
, SdkBuilder<GetBucketNotificationConfigurationResponse.Builder,GetBucketNotificationConfigurationResponse>
public static interface GetBucketNotificationConfigurationResponse.Builder extends CopyableBuilder<GetBucketNotificationConfigurationResponse.Builder,GetBucketNotificationConfigurationResponse>
copy
apply, build
GetBucketNotificationConfigurationResponse.Builder topicConfigurations(Collection<TopicConfiguration> topicConfigurations)
topicConfigurations
- GetBucketNotificationConfigurationResponse.Builder topicConfigurations(TopicConfiguration... topicConfigurations)
NOTE: This method appends the values to the existing list (if any). Use
#setTopicConfigurations(java.util.Collection)
or
#withTopicConfigurations(java.util.Collection)
if you want to override the existing values.
topicConfigurations
- GetBucketNotificationConfigurationResponse.Builder queueConfigurations(Collection<QueueConfiguration> queueConfigurations)
queueConfigurations
- GetBucketNotificationConfigurationResponse.Builder queueConfigurations(QueueConfiguration... queueConfigurations)
NOTE: This method appends the values to the existing list (if any). Use
#setQueueConfigurations(java.util.Collection)
or
#withQueueConfigurations(java.util.Collection)
if you want to override the existing values.
queueConfigurations
- GetBucketNotificationConfigurationResponse.Builder lambdaFunctionConfigurations(Collection<LambdaFunctionConfiguration> lambdaFunctionConfigurations)
lambdaFunctionConfigurations
- GetBucketNotificationConfigurationResponse.Builder lambdaFunctionConfigurations(LambdaFunctionConfiguration... lambdaFunctionConfigurations)
NOTE: This method appends the values to the existing list (if any). Use
#setLambdaFunctionConfigurations(java.util.Collection)
or
#withLambdaFunctionConfigurations(java.util.Collection)
if you want to override the existing values.
lambdaFunctionConfigurations
- Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.