public static interface DescribeScalableTargetsResponse.Builder extends ApplicationAutoScalingResponse.Builder, SdkPojo, 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 scalable targets that match the request parameters.
|
DescribeScalableTargetsResponse.Builder |
scalableTargets(Consumer<ScalableTarget.Builder>... scalableTargets)
The scalable targets that match the request parameters.
|
DescribeScalableTargetsResponse.Builder |
scalableTargets(ScalableTarget... scalableTargets)
The scalable targets that match the request parameters.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeScalableTargetsResponse.Builder scalableTargets(Collection<ScalableTarget> scalableTargets)
The scalable targets that match the request parameters.
scalableTargets
- The scalable targets that match the request parameters.DescribeScalableTargetsResponse.Builder scalableTargets(ScalableTarget... scalableTargets)
The scalable targets that match the request parameters.
scalableTargets
- The scalable targets that match the request parameters.DescribeScalableTargetsResponse.Builder scalableTargets(Consumer<ScalableTarget.Builder>... scalableTargets)
The scalable targets that match 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.