Interface DescribeScalingPlanResourcesRequest.Builder
-
- All Superinterfaces:
AutoScalingPlansRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<DescribeScalingPlanResourcesRequest.Builder,DescribeScalingPlanResourcesRequest>,SdkBuilder<DescribeScalingPlanResourcesRequest.Builder,DescribeScalingPlanResourcesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeScalingPlanResourcesRequest
public static interface DescribeScalingPlanResourcesRequest.Builder extends AutoScalingPlansRequest.Builder, SdkPojo, CopyableBuilder<DescribeScalingPlanResourcesRequest.Builder,DescribeScalingPlanResourcesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeScalingPlanResourcesRequest.BuildermaxResults(Integer maxResults)The maximum number of scalable resources to return.DescribeScalingPlanResourcesRequest.BuildernextToken(String nextToken)The token for the next set of results.DescribeScalingPlanResourcesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeScalingPlanResourcesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeScalingPlanResourcesRequest.BuilderscalingPlanName(String scalingPlanName)The name of the scaling plan.DescribeScalingPlanResourcesRequest.BuilderscalingPlanVersion(Long scalingPlanVersion)The version number of the scaling plan.-
Methods inherited from interface software.amazon.awssdk.services.autoscalingplans.model.AutoScalingPlansRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
scalingPlanName
DescribeScalingPlanResourcesRequest.Builder scalingPlanName(String scalingPlanName)
The name of the scaling plan.
- Parameters:
scalingPlanName- The name of the scaling plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scalingPlanVersion
DescribeScalingPlanResourcesRequest.Builder scalingPlanVersion(Long scalingPlanVersion)
The version number of the scaling plan. Currently, the only valid value is
1.- Parameters:
scalingPlanVersion- The version number of the scaling plan. Currently, the only valid value is1.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
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.
- Parameters:
maxResults- The maximum number of scalable resources to return. The value must be between 1 and 50. The default value is 50.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeScalingPlanResourcesRequest.Builder nextToken(String nextToken)
The token for the next set of results.
- Parameters:
nextToken- The token for the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeScalingPlanResourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeScalingPlanResourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-