public static interface NotificationConfigurationDeprecated.Builder extends CopyableBuilder<NotificationConfigurationDeprecated.Builder,NotificationConfigurationDeprecated>
| Modifier and Type | Method and Description | 
|---|---|
NotificationConfigurationDeprecated.Builder | 
cloudFunctionConfiguration(CloudFunctionConfiguration cloudFunctionConfiguration)
Sets the value of the CloudFunctionConfiguration property for this object. 
 | 
default NotificationConfigurationDeprecated.Builder | 
cloudFunctionConfiguration(Consumer<CloudFunctionConfiguration.Builder> cloudFunctionConfiguration)
Sets the value of the CloudFunctionConfiguration property for this object. 
 | 
default NotificationConfigurationDeprecated.Builder | 
queueConfiguration(Consumer<QueueConfigurationDeprecated.Builder> queueConfiguration)
Sets the value of the QueueConfiguration property for this object. 
 | 
NotificationConfigurationDeprecated.Builder | 
queueConfiguration(QueueConfigurationDeprecated queueConfiguration)
Sets the value of the QueueConfiguration property for this object. 
 | 
default NotificationConfigurationDeprecated.Builder | 
topicConfiguration(Consumer<TopicConfigurationDeprecated.Builder> topicConfiguration)
Sets the value of the TopicConfiguration property for this object. 
 | 
NotificationConfigurationDeprecated.Builder | 
topicConfiguration(TopicConfigurationDeprecated topicConfiguration)
Sets the value of the TopicConfiguration property for this object. 
 | 
copyapplyMutation, buildNotificationConfigurationDeprecated.Builder topicConfiguration(TopicConfigurationDeprecated topicConfiguration)
topicConfiguration - The new value for the TopicConfiguration property for this object.default NotificationConfigurationDeprecated.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)NotificationConfigurationDeprecated.Builder queueConfiguration(QueueConfigurationDeprecated queueConfiguration)
queueConfiguration - The new value for the QueueConfiguration property for this object.default NotificationConfigurationDeprecated.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)NotificationConfigurationDeprecated.Builder cloudFunctionConfiguration(CloudFunctionConfiguration cloudFunctionConfiguration)
cloudFunctionConfiguration - The new value for the CloudFunctionConfiguration property for this object.default NotificationConfigurationDeprecated.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.