Class StartInstanceRefreshRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.autoscaling.model.AutoScalingRequest
-
- software.amazon.awssdk.services.autoscaling.model.StartInstanceRefreshRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<StartInstanceRefreshRequest.Builder,StartInstanceRefreshRequest>
@Generated("software.amazon.awssdk:codegen") public final class StartInstanceRefreshRequest extends AutoScalingRequest implements ToCopyableBuilder<StartInstanceRefreshRequest.Builder,StartInstanceRefreshRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStartInstanceRefreshRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringautoScalingGroupName()The name of the Auto Scaling group.static StartInstanceRefreshRequest.Builderbuilder()DesiredConfigurationdesiredConfiguration()The desired configuration.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()RefreshPreferencespreferences()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()RefreshStrategystrategy()The strategy to use for the instance refresh.StringstrategyAsString()The strategy to use for the instance refresh.StartInstanceRefreshRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
autoScalingGroupName
public final String autoScalingGroupName()
The name of the Auto Scaling group.
- Returns:
- The name of the Auto Scaling group.
-
strategy
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,
strategywill returnRefreshStrategy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstrategyAsString().- Returns:
- The strategy to use for the instance refresh. The only valid value is
Rolling. - See Also:
RefreshStrategy
-
strategyAsString
public 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,
strategywill returnRefreshStrategy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstrategyAsString().- Returns:
- The strategy to use for the instance refresh. The only valid value is
Rolling. - See Also:
RefreshStrategy
-
desiredConfiguration
public 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
SkipMatchingproperty 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.- Returns:
- 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
SkipMatchingproperty 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.
-
preferences
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 and maximum healthy percentages, and the behaviors that you want Amazon EC2 Auto Scaling to use if instances that are in
Standbystate 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
- Returns:
- Sets your preferences for the instance refresh so that it performs as expected when you start it.
Includes the instance warmup time, the minimum and maximum healthy percentages, and the behaviors that
you want Amazon EC2 Auto Scaling to use if instances that are in
Standbystate 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
-
-
-
toBuilder
public StartInstanceRefreshRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StartInstanceRefreshRequest.Builder,StartInstanceRefreshRequest>- Specified by:
toBuilderin classAutoScalingRequest
-
builder
public static StartInstanceRefreshRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends StartInstanceRefreshRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-