public static interface DescribeScalingPlanResourcesRequest.Builder extends AutoScalingPlansRequest.Builder, SdkPojo, CopyableBuilder<DescribeScalingPlanResourcesRequest.Builder,DescribeScalingPlanResourcesRequest>
Modifier and Type | Method and Description |
---|---|
DescribeScalingPlanResourcesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of scalable resources to return.
|
DescribeScalingPlanResourcesRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
DescribeScalingPlanResourcesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeScalingPlanResourcesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeScalingPlanResourcesRequest.Builder |
scalingPlanName(String scalingPlanName)
The name of the scaling plan.
|
DescribeScalingPlanResourcesRequest.Builder |
scalingPlanVersion(Long scalingPlanVersion)
The version number of the scaling plan.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeScalingPlanResourcesRequest.Builder scalingPlanName(String scalingPlanName)
The name of the scaling plan.
scalingPlanName
- The name of the scaling plan.DescribeScalingPlanResourcesRequest.Builder scalingPlanVersion(Long scalingPlanVersion)
The version number of the scaling plan.
scalingPlanVersion
- The version number of the scaling plan.DescribeScalingPlanResourcesRequest.Builder maxResults(Integer maxResults)
The maximum number of scalable resources to return. The value must be between 1 and 50. The default value is 50.
maxResults
- The maximum number of scalable resources to return. The value must be between 1 and 50. The default
value is 50.DescribeScalingPlanResourcesRequest.Builder nextToken(String nextToken)
The token for the next set of results.
nextToken
- The token for the next set of results.DescribeScalingPlanResourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeScalingPlanResourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.