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.
strategy - The strategy to use for the instance refresh. The only valid value is Rolling.RefreshStrategy,
RefreshStrategyStartInstanceRefreshRequest.Builder strategy(RefreshStrategy strategy)
The strategy to use for the instance refresh. The only valid value is Rolling.
strategy - The strategy to use for the instance refresh. The only valid value is Rolling.RefreshStrategy,
RefreshStrategyStartInstanceRefreshRequest.Builder desiredConfiguration(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.
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.
default StartInstanceRefreshRequest.Builder desiredConfiguration(Consumer<DesiredConfiguration.Builder> 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.
DesiredConfiguration.Builder
avoiding the need to create one manually via DesiredConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to desiredConfiguration(DesiredConfiguration).
desiredConfiguration - a consumer that will call methods on DesiredConfiguration.BuilderdesiredConfiguration(DesiredConfiguration)StartInstanceRefreshRequest.Builder preferences(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
Skip matching
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
Skip matching
default StartInstanceRefreshRequest.Builder preferences(Consumer<RefreshPreferences.Builder> 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
Skip matching
RefreshPreferences.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 © 2023. All rights reserved.