Interface DescribeScalingPlanResourcesResponse.Builder
- All Superinterfaces:
- AutoScalingPlansResponse.Builder,- AwsResponse.Builder,- Buildable,- CopyableBuilder<DescribeScalingPlanResourcesResponse.Builder,,- DescribeScalingPlanResourcesResponse> - SdkBuilder<DescribeScalingPlanResourcesResponse.Builder,,- DescribeScalingPlanResourcesResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- DescribeScalingPlanResourcesResponse
@Mutable
@NotThreadSafe
public static interface DescribeScalingPlanResourcesResponse.Builder
extends AutoScalingPlansResponse.Builder, SdkPojo, CopyableBuilder<DescribeScalingPlanResourcesResponse.Builder,DescribeScalingPlanResourcesResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe token required to get the next set of results.scalingPlanResources(Collection<ScalingPlanResource> scalingPlanResources) Information about the scalable resources.scalingPlanResources(Consumer<ScalingPlanResource.Builder>... scalingPlanResources) Information about the scalable resources.scalingPlanResources(ScalingPlanResource... scalingPlanResources) Information about the scalable resources.Methods inherited from interface software.amazon.awssdk.services.autoscalingplans.model.AutoScalingPlansResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
scalingPlanResourcesDescribeScalingPlanResourcesResponse.Builder scalingPlanResources(Collection<ScalingPlanResource> scalingPlanResources) Information about the scalable resources. - Parameters:
- scalingPlanResources- Information about the scalable resources.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
scalingPlanResourcesDescribeScalingPlanResourcesResponse.Builder scalingPlanResources(ScalingPlanResource... scalingPlanResources) Information about the scalable resources. - Parameters:
- scalingPlanResources- Information about the scalable resources.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
scalingPlanResourcesDescribeScalingPlanResourcesResponse.Builder scalingPlanResources(Consumer<ScalingPlanResource.Builder>... scalingPlanResources) Information about the scalable resources. This is a convenience method that creates an instance of theScalingPlanResource.Builderavoiding the need to create one manually viaScalingPlanResource.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toscalingPlanResources(List<ScalingPlanResource>).- Parameters:
- scalingPlanResources- a consumer that will call methods on- ScalingPlanResource.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenThe token required to get the next set of results. This value is nullif there are no more results to return.- Parameters:
- nextToken- The token required to get the next set of results. This value is- nullif there are no more results to return.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-