@Generated(value="software.amazon.awssdk:codegen") public final class StartInstanceRefreshRequest extends AutoScalingRequest implements ToCopyableBuilder<StartInstanceRefreshRequest.Builder,StartInstanceRefreshRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartInstanceRefreshRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
autoScalingGroupName()
The name of the Auto Scaling group.
|
static StartInstanceRefreshRequest.Builder |
builder() |
DesiredConfiguration |
desiredConfiguration()
The desired configuration.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
RefreshPreferences |
preferences()
Sets your preferences for the instance refresh so that it performs as expected when you start it.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartInstanceRefreshRequest.Builder> |
serializableBuilderClass() |
RefreshStrategy |
strategy()
The strategy to use for the instance refresh.
|
String |
strategyAsString()
The strategy to use for the instance refresh.
|
StartInstanceRefreshRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String autoScalingGroupName()
The name of the Auto Scaling group.
public final RefreshStrategy strategy()
The strategy to use for the instance refresh. The only valid value is Rolling.
If the service returns an enum value that is not available in the current SDK version, strategy will
return RefreshStrategy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
strategyAsString().
Rolling.RefreshStrategypublic final String strategyAsString()
The strategy to use for the instance refresh. The only valid value is Rolling.
If the service returns an enum value that is not available in the current SDK version, strategy will
return RefreshStrategy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
strategyAsString().
Rolling.RefreshStrategypublic final DesiredConfiguration desiredConfiguration()
The desired configuration. For example, the desired configuration can specify a new launch template or a new version of the current launch template.
Once the instance refresh succeeds, Amazon EC2 Auto Scaling updates the settings of the Auto Scaling group to reflect the new desired configuration.
When you specify a new launch template or a new version of the current launch template for your desired
configuration, consider enabling the SkipMatching property in preferences. If it's enabled, Amazon
EC2 Auto Scaling skips replacing instances that already use the specified launch template and instance types.
This can help you reduce the number of replacements that are required to apply updates.
Once the instance refresh succeeds, Amazon EC2 Auto Scaling updates the settings of the Auto Scaling group to reflect the new desired configuration.
When you specify a new launch template or a new version of the current launch template for your desired
configuration, consider enabling the SkipMatching property in preferences. If it's enabled,
Amazon EC2 Auto Scaling skips replacing instances that already use the specified launch template and
instance types. This can help you reduce the number of replacements that are required to apply updates.
public final RefreshPreferences preferences()
Sets your preferences for the instance refresh so that it performs as expected when you start it. Includes the
instance warmup time, the minimum healthy percentage, and the behaviors that you want Amazon EC2 Auto Scaling to
use if instances that are in Standby state or protected from scale in are found. You can also choose
to enable additional features, such as the following:
Auto rollback
Checkpoints
CloudWatch alarms
Skip matching
Standby state or protected from scale in
are found. You can also choose to enable additional features, such as the following:
Auto rollback
Checkpoints
CloudWatch alarms
Skip matching
public StartInstanceRefreshRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartInstanceRefreshRequest.Builder,StartInstanceRefreshRequest>toBuilder in class AutoScalingRequestpublic static StartInstanceRefreshRequest.Builder builder()
public static Class<? extends StartInstanceRefreshRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.