public static interface GetBucketNotificationConfigurationResponse.Builder extends S3Response.Builder, CopyableBuilder<GetBucketNotificationConfigurationResponse.Builder,GetBucketNotificationConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
GetBucketNotificationConfigurationResponse.Builder |
lambdaFunctionConfigurations(Collection<LambdaFunctionConfiguration> lambdaFunctionConfigurations)
Sets the value of the LambdaFunctionConfigurations property for this object.
|
GetBucketNotificationConfigurationResponse.Builder |
lambdaFunctionConfigurations(LambdaFunctionConfiguration... lambdaFunctionConfigurations)
Sets the value of the LambdaFunctionConfigurations property for this object.
|
GetBucketNotificationConfigurationResponse.Builder |
queueConfigurations(Collection<QueueConfiguration> queueConfigurations)
Sets the value of the QueueConfigurations property for this object.
|
GetBucketNotificationConfigurationResponse.Builder |
queueConfigurations(QueueConfiguration... queueConfigurations)
Sets the value of the QueueConfigurations property for this object.
|
GetBucketNotificationConfigurationResponse.Builder |
topicConfigurations(Collection<TopicConfiguration> topicConfigurations)
Sets the value of the TopicConfigurations property for this object.
|
GetBucketNotificationConfigurationResponse.Builder |
topicConfigurations(TopicConfiguration... topicConfigurations)
Sets the value of the TopicConfigurations property for this object.
|
buildcopyapply, buildGetBucketNotificationConfigurationResponse.Builder topicConfigurations(Collection<TopicConfiguration> topicConfigurations)
topicConfigurations - The new value for the TopicConfigurations property for this object.GetBucketNotificationConfigurationResponse.Builder topicConfigurations(TopicConfiguration... topicConfigurations)
topicConfigurations - The new value for the TopicConfigurations property for this object.GetBucketNotificationConfigurationResponse.Builder queueConfigurations(Collection<QueueConfiguration> queueConfigurations)
queueConfigurations - The new value for the QueueConfigurations property for this object.GetBucketNotificationConfigurationResponse.Builder queueConfigurations(QueueConfiguration... queueConfigurations)
queueConfigurations - The new value for the QueueConfigurations property for this object.GetBucketNotificationConfigurationResponse.Builder lambdaFunctionConfigurations(Collection<LambdaFunctionConfiguration> lambdaFunctionConfigurations)
lambdaFunctionConfigurations - The new value for the LambdaFunctionConfigurations property for this object.GetBucketNotificationConfigurationResponse.Builder lambdaFunctionConfigurations(LambdaFunctionConfiguration... lambdaFunctionConfigurations)
lambdaFunctionConfigurations - The new value for the LambdaFunctionConfigurations property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.