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(Consumer<LambdaFunctionConfiguration.Builder>... 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(Consumer<QueueConfiguration.Builder>... 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(Consumer<TopicConfiguration.Builder>... 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.
|
copyapply, buildNotificationConfiguration.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 topicConfigurations(Consumer<TopicConfiguration.Builder>... topicConfigurations)
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #topicConfigurations(List) .topicConfigurations - a consumer that will call methods on List.Builder #topicConfigurations(List) 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 queueConfigurations(Consumer<QueueConfiguration.Builder>... queueConfigurations)
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #queueConfigurations(List) .queueConfigurations - a consumer that will call methods on List.Builder #queueConfigurations(List) 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.NotificationConfiguration.Builder lambdaFunctionConfigurations(Consumer<LambdaFunctionConfiguration.Builder>... lambdaFunctionConfigurations)
List.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #lambdaFunctionConfigurations(List) .lambdaFunctionConfigurations - a consumer that will call methods on List.Builder #lambdaFunctionConfigurations(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.