public static interface DescribeNotificationConfigurationsResponse.Builder extends AutoScalingResponse.Builder, SdkPojo, CopyableBuilder<DescribeNotificationConfigurationsResponse.Builder,DescribeNotificationConfigurationsResponse>
Modifier and Type | Method and Description |
---|---|
DescribeNotificationConfigurationsResponse.Builder |
nextToken(String nextToken)
A string that indicates that the response contains more items than can be returned in a single response.
|
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.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeNotificationConfigurationsResponse.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)
A string that indicates that the response contains more items than can be returned in a single response. To
receive additional items, specify this string for the NextToken
value when requesting the next
set of items. This value is null when there are no more items to return.
nextToken
- A string that indicates that the response contains more items than can be returned in a single
response. To receive additional items, specify this string for the NextToken
value when
requesting the next set of items. This value is null when there are no more items to return.Copyright © 2019. All rights reserved.