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.
|
build
requestOverrideConfig
copy
apply, build
DescribeNotificationConfigurationsRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.DescribeNotificationConfigurationsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.