public static interface DescribeScalableTargetsResponse.Builder extends ApplicationAutoScalingResponse.Builder, CopyableBuilder<DescribeScalableTargetsResponse.Builder,DescribeScalableTargetsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeScalableTargetsResponse.Builder |
nextToken(String nextToken)
The token required to get the next set of results.
|
DescribeScalableTargetsResponse.Builder |
scalableTargets(Collection<ScalableTarget> scalableTargets)
The list of scalable targets that matches the request parameters.
|
DescribeScalableTargetsResponse.Builder |
scalableTargets(Consumer<ScalableTarget.Builder>... scalableTargets)
The list of scalable targets that matches the request parameters.
|
DescribeScalableTargetsResponse.Builder |
scalableTargets(ScalableTarget... scalableTargets)
The list of scalable targets that matches the request parameters.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeScalableTargetsResponse.Builder scalableTargets(Collection<ScalableTarget> scalableTargets)
The list of scalable targets that matches the request parameters.
scalableTargets - The list of scalable targets that matches the request parameters.DescribeScalableTargetsResponse.Builder scalableTargets(ScalableTarget... scalableTargets)
The list of scalable targets that matches the request parameters.
scalableTargets - The list of scalable targets that matches the request parameters.DescribeScalableTargetsResponse.Builder scalableTargets(Consumer<ScalableTarget.Builder>... scalableTargets)
The list of scalable targets that matches the request parameters.
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 #scalableTargets(List) .scalableTargets - a consumer that will call methods on List.Builder #scalableTargets(List) DescribeScalableTargetsResponse.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.