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(ScalableTarget... scalableTargets)
The list of scalable targets that matches the request parameters.
|
buildcopyapply, 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 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.