public static interface DescribeNotificationConfigurationsRequest.Builder extends AutoScalingRequest.Builder, CopyableBuilder<DescribeNotificationConfigurationsRequest.Builder,DescribeNotificationConfigurationsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeNotificationConfigurationsRequest.Builder |
autoScalingGroupNames(Collection<String> autoScalingGroupNames)
The name of the group.
|
DescribeNotificationConfigurationsRequest.Builder |
autoScalingGroupNames(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.
|
DescribeNotificationConfigurationsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeNotificationConfigurationsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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.
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.DescribeNotificationConfigurationsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeNotificationConfigurationsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.