public static interface DescribeScalingPlanResourcesResponse.Builder extends AutoScalingPlansResponse.Builder, SdkPojo, CopyableBuilder<DescribeScalingPlanResourcesResponse.Builder,DescribeScalingPlanResourcesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeScalingPlanResourcesResponse.Builder |
nextToken(String nextToken)
The token required to get the next set of results.
|
DescribeScalingPlanResourcesResponse.Builder |
scalingPlanResources(Collection<ScalingPlanResource> scalingPlanResources)
Information about the scalable resources.
|
DescribeScalingPlanResourcesResponse.Builder |
scalingPlanResources(Consumer<ScalingPlanResource.Builder>... scalingPlanResources)
Information about the scalable resources.
|
DescribeScalingPlanResourcesResponse.Builder |
scalingPlanResources(ScalingPlanResource... scalingPlanResources)
Information about the scalable resources.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeScalingPlanResourcesResponse.Builder scalingPlanResources(Collection<ScalingPlanResource> scalingPlanResources)
Information about the scalable resources.
scalingPlanResources - Information about the scalable resources.DescribeScalingPlanResourcesResponse.Builder scalingPlanResources(ScalingPlanResource... scalingPlanResources)
Information about the scalable resources.
scalingPlanResources - Information about the scalable resources.DescribeScalingPlanResourcesResponse.Builder scalingPlanResources(Consumer<ScalingPlanResource.Builder>... scalingPlanResources)
Information about the scalable resources.
This is a convenience method that creates an instance of theScalingPlanResource.Builder avoiding the need
to create one manually via
ScalingPlanResource.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #scalingPlanResources(List.
scalingPlanResources - a consumer that will call methods on
ScalingPlanResource.Builder#scalingPlanResources(java.util.Collection) DescribeScalingPlanResourcesResponse.Builder nextToken(String nextToken)
The token required to get the next set of results. This value is null if there are no more
results to return.
nextToken - The token required to get the next set of results. This value is null if there are no
more results to return.Copyright © 2023. All rights reserved.