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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeScalableTargetsResponse.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 method that creates an instance of theScalableTarget.Builder avoiding the need
to create one manually via
ScalableTarget.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #scalableTargets(List.
scalableTargets - a consumer that will call methods on
ScalableTarget.Builder#scalableTargets(java.util.Collection) 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 © 2023. All rights reserved.