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, sdkHttpResponsecopyapplyMutation, 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 that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #scalingPlanResources(List) .scalingPlanResources - a consumer that will call methods on List.Builder #scalingPlanResources(List) 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.