public static interface DescribeInstanceRefreshesRequest.Builder extends AutoScalingRequest.Builder, SdkPojo, CopyableBuilder<DescribeInstanceRefreshesRequest.Builder,DescribeInstanceRefreshesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeInstanceRefreshesRequest.Builder |
autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
DescribeInstanceRefreshesRequest.Builder |
instanceRefreshIds(Collection<String> instanceRefreshIds)
One or more instance refresh IDs.
|
DescribeInstanceRefreshesRequest.Builder |
instanceRefreshIds(String... instanceRefreshIds)
One or more instance refresh IDs.
|
DescribeInstanceRefreshesRequest.Builder |
maxRecords(Integer maxRecords)
The maximum number of items to return with this call.
|
DescribeInstanceRefreshesRequest.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
DescribeInstanceRefreshesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeInstanceRefreshesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeInstanceRefreshesRequest.Builder autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
autoScalingGroupName - The name of the Auto Scaling group.DescribeInstanceRefreshesRequest.Builder instanceRefreshIds(Collection<String> instanceRefreshIds)
One or more instance refresh IDs.
instanceRefreshIds - One or more instance refresh IDs.DescribeInstanceRefreshesRequest.Builder instanceRefreshIds(String... instanceRefreshIds)
One or more instance refresh IDs.
instanceRefreshIds - One or more instance refresh IDs.DescribeInstanceRefreshesRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken - The token for the next set of items to return. (You received this token from a previous call.)DescribeInstanceRefreshesRequest.Builder maxRecords(Integer maxRecords)
The maximum number of items to return with this call. The default value is 50 and the maximum
value is 100.
maxRecords - The maximum number of items to return with this call. The default value is 50 and the
maximum value is 100.DescribeInstanceRefreshesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeInstanceRefreshesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.