public static interface ExitStandbyRequest.Builder extends AutoScalingRequest.Builder, SdkPojo, CopyableBuilder<ExitStandbyRequest.Builder,ExitStandbyRequest>
| Modifier and Type | Method and Description |
|---|---|
ExitStandbyRequest.Builder |
autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
ExitStandbyRequest.Builder |
instanceIds(Collection<String> instanceIds)
The IDs of the instances.
|
ExitStandbyRequest.Builder |
instanceIds(String... instanceIds)
The IDs of the instances.
|
ExitStandbyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ExitStandbyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildExitStandbyRequest.Builder instanceIds(Collection<String> instanceIds)
The IDs of the instances. You can specify up to 20 instances.
instanceIds - The IDs of the instances. You can specify up to 20 instances.ExitStandbyRequest.Builder instanceIds(String... instanceIds)
The IDs of the instances. You can specify up to 20 instances.
instanceIds - The IDs of the instances. You can specify up to 20 instances.ExitStandbyRequest.Builder autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
autoScalingGroupName - The name of the Auto Scaling group.ExitStandbyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderExitStandbyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.