CopyableBuilder<DescribeNotificationConfigurationsRequest.Builder,DescribeNotificationConfigurationsRequest>, SdkBuilder<DescribeNotificationConfigurationsRequest.Builder,DescribeNotificationConfigurationsRequest>public static interface DescribeNotificationConfigurationsRequest.Builder extends CopyableBuilder<DescribeNotificationConfigurationsRequest.Builder,DescribeNotificationConfigurationsRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeNotificationConfigurationsRequest.Builder |
autoScalingGroupNames(String... autoScalingGroupNames) |
The name of the group.
|
DescribeNotificationConfigurationsRequest.Builder |
autoScalingGroupNames(Collection<String> autoScalingGroupNames) |
The name of the group.
|
DescribeNotificationConfigurationsRequest.Builder |
maxRecords(Integer maxRecords) |
The maximum number of items to return with this call.
|
DescribeNotificationConfigurationsRequest.Builder |
nextToken(String nextToken) |
The token for the next set of items to return.
|
copyapply, buildDescribeNotificationConfigurationsRequest.Builder autoScalingGroupNames(Collection<String> autoScalingGroupNames)
The name of the group.
autoScalingGroupNames - The name of the group.DescribeNotificationConfigurationsRequest.Builder autoScalingGroupNames(String... autoScalingGroupNames)
The name of the group.
NOTE: This method appends the values to the existing list (if any). Use
#setAutoScalingGroupNames(java.util.Collection) or
#withAutoScalingGroupNames(java.util.Collection) if you want to override the existing values.
autoScalingGroupNames - The name of the group.DescribeNotificationConfigurationsRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken - The token for the next set of items to return. (You received this token from a previous call.)DescribeNotificationConfigurationsRequest.Builder maxRecords(Integer maxRecords)
The maximum number of items to return with this call. The default value is 50 and the maximum value is 100.
maxRecords - The maximum number of items to return with this call. The default value is 50 and the maximum value is
100.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.