@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() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
RefreshPreferences |
preferences()
Set of preferences associated with the instance refresh request.
|
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.
A rolling update is an update that is applied to all instances in an Auto Scaling group until all instances have been updated. A rolling update can fail due to failed health checks or if instances are on standby or are protected from scale in. If the rolling update process fails, any instances that were already replaced are not rolled back to their previous configuration.
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.
A rolling update is an update that is applied to all instances in an Auto Scaling group until all instances have been updated. A rolling update can fail due to failed health checks or if instances are on standby or are protected from scale in. If the rolling update process fails, any instances that were already replaced are not rolled back to their previous configuration.
RefreshStrategypublic final String strategyAsString()
The strategy to use for the instance refresh. The only valid value is Rolling.
A rolling update is an update that is applied to all instances in an Auto Scaling group until all instances have been updated. A rolling update can fail due to failed health checks or if instances are on standby or are protected from scale in. If the rolling update process fails, any instances that were already replaced are not rolled back to their previous configuration.
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.
A rolling update is an update that is applied to all instances in an Auto Scaling group until all instances have been updated. A rolling update can fail due to failed health checks or if instances are on standby or are protected from scale in. If the rolling update process fails, any instances that were already replaced are not rolled back to their previous configuration.
RefreshStrategypublic final RefreshPreferences preferences()
Set of preferences associated with the instance refresh request.
If not provided, the default values are used. For MinHealthyPercentage, the default value is
90. For InstanceWarmup, the default is to use the value specified for the health check
grace period for the Auto Scaling group.
For more information, see RefreshPreferences in the Amazon EC2 Auto Scaling API Reference.
If not provided, the default values are used. For MinHealthyPercentage, the default value is
90. For InstanceWarmup, the default is to use the value specified for the
health check grace period for the Auto Scaling group.
For more information, see RefreshPreferences in the Amazon EC2 Auto Scaling API Reference.
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 © 2021. All rights reserved.