CopyableBuilder<DescribeNotificationConfigurationsResponse.Builder,DescribeNotificationConfigurationsResponse>, SdkBuilder<DescribeNotificationConfigurationsResponse.Builder,DescribeNotificationConfigurationsResponse>public static interface DescribeNotificationConfigurationsResponse.Builder extends CopyableBuilder<DescribeNotificationConfigurationsResponse.Builder,DescribeNotificationConfigurationsResponse>
| Modifier and Type | Method | 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(NotificationConfiguration... notificationConfigurations) |
The notification configurations.
|
copyapply, buildDescribeNotificationConfigurationsResponse.Builder notificationConfigurations(Collection<NotificationConfiguration> notificationConfigurations)
The notification configurations.
notificationConfigurations - The notification configurations.DescribeNotificationConfigurationsResponse.Builder notificationConfigurations(NotificationConfiguration... notificationConfigurations)
The notification configurations.
NOTE: This method appends the values to the existing list (if any). Use
#setNotificationConfigurations(java.util.Collection) or
#withNotificationConfigurations(java.util.Collection) if you want to override the existing values.
notificationConfigurations - The notification configurations.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.