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