public static interface DescribeNotificationConfigurationsResponse.Builder extends AutoScalingResponse.Builder, CopyableBuilder<DescribeNotificationConfigurationsResponse.Builder,DescribeNotificationConfigurationsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeNotificationConfigurationsResponse.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of items.
|
DescribeNotificationConfigurationsResponse.Builder |
notificationConfigurations(Collection<NotificationConfiguration> notificationConfigurations)
The notification configurations.
|
DescribeNotificationConfigurationsResponse.Builder |
notificationConfigurations(Consumer<NotificationConfiguration.Builder>... notificationConfigurations)
The notification configurations.
|
DescribeNotificationConfigurationsResponse.Builder |
notificationConfigurations(NotificationConfiguration... notificationConfigurations)
The notification configurations.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeNotificationConfigurationsResponse.Builder notificationConfigurations(Collection<NotificationConfiguration> notificationConfigurations)
The notification configurations.
notificationConfigurations - The notification configurations.DescribeNotificationConfigurationsResponse.Builder notificationConfigurations(NotificationConfiguration... notificationConfigurations)
The notification configurations.
notificationConfigurations - The notification configurations.DescribeNotificationConfigurationsResponse.Builder notificationConfigurations(Consumer<NotificationConfiguration.Builder>... notificationConfigurations)
The notification configurations.
This is a convenience that creates an instance of theList.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 #notificationConfigurations(List) .notificationConfigurations - a consumer that will call methods on List.Builder #notificationConfigurations(List) DescribeNotificationConfigurationsResponse.Builder nextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
nextToken - The token to use when requesting the next set of items. If there are no additional items to return,
the string is empty.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.