Cloneable
, ReadLimitInfo
, ToCopyableBuilder<EnterStandbyRequest.Builder,EnterStandbyRequest>
@Generated("software.amazon.awssdk:codegen") public class EnterStandbyRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<EnterStandbyRequest.Builder,EnterStandbyRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
EnterStandbyRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
autoScalingGroupName() |
The name of the Auto Scaling group.
|
static EnterStandbyRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<String> |
instanceIds() |
One or more instances to move into
Standby mode. |
static Class<? extends EnterStandbyRequest.Builder> |
serializableBuilderClass() |
|
Boolean |
shouldDecrementDesiredCapacity() |
Specifies whether the instances moved to
Standby mode count as part of the Auto Scaling group's
desired capacity. |
EnterStandbyRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public List<String> instanceIds()
One or more instances to move into Standby
mode. You must specify at least one instance ID.
Standby
mode. You must specify at least one instance ID.public String autoScalingGroupName()
The name of the Auto Scaling group.
public Boolean shouldDecrementDesiredCapacity()
Specifies whether the instances moved to Standby
mode count as part of the Auto Scaling group's
desired capacity. If set, the desired capacity for the Auto Scaling group decrements by the number of instances
moved to Standby
mode.
Standby
mode count as part of the Auto Scaling
group's desired capacity. If set, the desired capacity for the Auto Scaling group decrements by the
number of instances moved to Standby
mode.public EnterStandbyRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<EnterStandbyRequest.Builder,EnterStandbyRequest>
public static EnterStandbyRequest.Builder builder()
public static Class<? extends EnterStandbyRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.