CopyableBuilder<DescribeScalableTargetsResponse.Builder,DescribeScalableTargetsResponse>
, SdkBuilder<DescribeScalableTargetsResponse.Builder,DescribeScalableTargetsResponse>
public static interface DescribeScalableTargetsResponse.Builder extends CopyableBuilder<DescribeScalableTargetsResponse.Builder,DescribeScalableTargetsResponse>
Modifier and Type | Method | 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.
|
copy
apply, build
DescribeScalableTargetsResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setScalableTargets(java.util.Collection)
or #withScalableTargets(java.util.Collection)
if
you want to override the existing values.
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.