public static interface DescribeWarmPoolRequest.Builder extends AutoScalingRequest.Builder, SdkPojo, CopyableBuilder<DescribeWarmPoolRequest.Builder,DescribeWarmPoolRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeWarmPoolRequest.Builder |
autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
DescribeWarmPoolRequest.Builder |
maxRecords(Integer maxRecords)
The maximum number of instances to return with this call.
|
DescribeWarmPoolRequest.Builder |
nextToken(String nextToken)
The token for the next set of instances to return.
|
DescribeWarmPoolRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeWarmPoolRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeWarmPoolRequest.Builder autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
autoScalingGroupName - The name of the Auto Scaling group.DescribeWarmPoolRequest.Builder maxRecords(Integer maxRecords)
The maximum number of instances to return with this call. The maximum value is 50.
maxRecords - The maximum number of instances to return with this call. The maximum value is 50.DescribeWarmPoolRequest.Builder nextToken(String nextToken)
The token for the next set of instances to return. (You received this token from a previous call.)
nextToken - The token for the next set of instances to return. (You received this token from a previous call.)DescribeWarmPoolRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeWarmPoolRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.