public static interface StartInstanceRefreshRequest.Builder extends AutoScalingRequest.Builder, SdkPojo, CopyableBuilder<StartInstanceRefreshRequest.Builder,StartInstanceRefreshRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartInstanceRefreshRequest.Builder autoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
autoScalingGroupName - The name of the Auto Scaling group.StartInstanceRefreshRequest.Builder strategy(String 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.
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.
RefreshStrategy,
RefreshStrategyStartInstanceRefreshRequest.Builder strategy(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.
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.
RefreshStrategy,
RefreshStrategyStartInstanceRefreshRequest.Builder preferences(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.
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.
default StartInstanceRefreshRequest.Builder preferences(Consumer<RefreshPreferences.Builder> 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.
This is a convenience that creates an instance of theRefreshPreferences.Builder avoiding the need to
create one manually via RefreshPreferences.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to preferences(RefreshPreferences).preferences - a consumer that will call methods on RefreshPreferences.Builderpreferences(RefreshPreferences)StartInstanceRefreshRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartInstanceRefreshRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.