public static interface DescribeWarmPoolResponse.Builder extends AutoScalingResponse.Builder, SdkPojo, CopyableBuilder<DescribeWarmPoolResponse.Builder,DescribeWarmPoolResponse>
Modifier and Type | Method and Description |
---|---|
DescribeWarmPoolResponse.Builder |
instances(Collection<Instance> instances)
The instances that are currently in the warm pool.
|
DescribeWarmPoolResponse.Builder |
instances(Consumer<Instance.Builder>... instances)
The instances that are currently in the warm pool.
|
DescribeWarmPoolResponse.Builder |
instances(Instance... instances)
The instances that are currently in the warm pool.
|
DescribeWarmPoolResponse.Builder |
nextToken(String nextToken)
This string indicates that the response contains more items than can be returned in a single response.
|
default DescribeWarmPoolResponse.Builder |
warmPoolConfiguration(Consumer<WarmPoolConfiguration.Builder> warmPoolConfiguration)
The warm pool configuration details.
|
DescribeWarmPoolResponse.Builder |
warmPoolConfiguration(WarmPoolConfiguration warmPoolConfiguration)
The warm pool configuration details.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeWarmPoolResponse.Builder warmPoolConfiguration(WarmPoolConfiguration warmPoolConfiguration)
The warm pool configuration details.
warmPoolConfiguration
- The warm pool configuration details.default DescribeWarmPoolResponse.Builder warmPoolConfiguration(Consumer<WarmPoolConfiguration.Builder> warmPoolConfiguration)
The warm pool configuration details.
This is a convenience method that creates an instance of theWarmPoolConfiguration.Builder
avoiding
the need to create one manually via WarmPoolConfiguration.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to warmPoolConfiguration(WarmPoolConfiguration)
.
warmPoolConfiguration
- a consumer that will call methods on WarmPoolConfiguration.Builder
warmPoolConfiguration(WarmPoolConfiguration)
DescribeWarmPoolResponse.Builder instances(Collection<Instance> instances)
The instances that are currently in the warm pool.
instances
- The instances that are currently in the warm pool.DescribeWarmPoolResponse.Builder instances(Instance... instances)
The instances that are currently in the warm pool.
instances
- The instances that are currently in the warm pool.DescribeWarmPoolResponse.Builder instances(Consumer<Instance.Builder>... instances)
The instances that are currently in the warm pool.
This is a convenience method that creates an instance of theInstance.Builder
avoiding the need to create one
manually via Instance.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is called immediately and
its result is passed to #instances(List
.
instances
- a consumer that will call methods on
Instance.Builder
#instances(java.util.Collection)
DescribeWarmPoolResponse.Builder nextToken(String nextToken)
This string indicates that the response contains more items than can be returned in a single response. To
receive additional items, specify this string for the NextToken
value when requesting the next
set of items. This value is null when there are no more items to return.
nextToken
- This string indicates that the response contains more items than can be returned in a single response.
To receive additional items, specify this string for the NextToken
value when requesting
the next set of items. This value is null when there are no more items to return.Copyright © 2023. All rights reserved.