public static interface GetBucketNotificationResponse.Builder extends S3Response.Builder, CopyableBuilder<GetBucketNotificationResponse.Builder,GetBucketNotificationResponse>
| Modifier and Type | Method and Description |
|---|---|
GetBucketNotificationResponse.Builder |
cloudFunctionConfiguration(CloudFunctionConfiguration cloudFunctionConfiguration)
Sets the value of the CloudFunctionConfiguration property for this object.
|
default GetBucketNotificationResponse.Builder |
cloudFunctionConfiguration(Consumer<CloudFunctionConfiguration.Builder> cloudFunctionConfiguration)
Sets the value of the CloudFunctionConfiguration property for this object.
|
default GetBucketNotificationResponse.Builder |
queueConfiguration(Consumer<QueueConfigurationDeprecated.Builder> queueConfiguration)
Sets the value of the QueueConfiguration property for this object.
|
GetBucketNotificationResponse.Builder |
queueConfiguration(QueueConfigurationDeprecated queueConfiguration)
Sets the value of the QueueConfiguration property for this object.
|
default GetBucketNotificationResponse.Builder |
topicConfiguration(Consumer<TopicConfigurationDeprecated.Builder> topicConfiguration)
Sets the value of the TopicConfiguration property for this object.
|
GetBucketNotificationResponse.Builder |
topicConfiguration(TopicConfigurationDeprecated topicConfiguration)
Sets the value of the TopicConfiguration property for this object.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetBucketNotificationResponse.Builder topicConfiguration(TopicConfigurationDeprecated topicConfiguration)
topicConfiguration - The new value for the TopicConfiguration property for this object.default GetBucketNotificationResponse.Builder topicConfiguration(Consumer<TopicConfigurationDeprecated.Builder> topicConfiguration)
TopicConfigurationDeprecated.Builder avoiding
the need to create one manually via TopicConfigurationDeprecated.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to topicConfiguration(TopicConfigurationDeprecated).topicConfiguration - a consumer that will call methods on TopicConfigurationDeprecated.BuildertopicConfiguration(TopicConfigurationDeprecated)GetBucketNotificationResponse.Builder queueConfiguration(QueueConfigurationDeprecated queueConfiguration)
queueConfiguration - The new value for the QueueConfiguration property for this object.default GetBucketNotificationResponse.Builder queueConfiguration(Consumer<QueueConfigurationDeprecated.Builder> queueConfiguration)
QueueConfigurationDeprecated.Builder avoiding
the need to create one manually via QueueConfigurationDeprecated.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to queueConfiguration(QueueConfigurationDeprecated).queueConfiguration - a consumer that will call methods on QueueConfigurationDeprecated.BuilderqueueConfiguration(QueueConfigurationDeprecated)GetBucketNotificationResponse.Builder cloudFunctionConfiguration(CloudFunctionConfiguration cloudFunctionConfiguration)
cloudFunctionConfiguration - The new value for the CloudFunctionConfiguration property for this object.default GetBucketNotificationResponse.Builder cloudFunctionConfiguration(Consumer<CloudFunctionConfiguration.Builder> cloudFunctionConfiguration)
CloudFunctionConfiguration.Builder avoiding the
need to create one manually via CloudFunctionConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to cloudFunctionConfiguration(CloudFunctionConfiguration).cloudFunctionConfiguration - a consumer that will call methods on CloudFunctionConfiguration.BuildercloudFunctionConfiguration(CloudFunctionConfiguration)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.