Interface LaunchTemplateInstanceMaintenanceOptions.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<LaunchTemplateInstanceMaintenanceOptions.Builder,,LaunchTemplateInstanceMaintenanceOptions> SdkBuilder<LaunchTemplateInstanceMaintenanceOptions.Builder,,LaunchTemplateInstanceMaintenanceOptions> SdkPojo
- Enclosing class:
 LaunchTemplateInstanceMaintenanceOptions
public static interface LaunchTemplateInstanceMaintenanceOptions.Builder
extends SdkPojo, CopyableBuilder<LaunchTemplateInstanceMaintenanceOptions.Builder,LaunchTemplateInstanceMaintenanceOptions> 
- 
Method Summary
Modifier and TypeMethodDescriptionautoRecovery(String autoRecovery) Disables the automatic recovery behavior of your instance or sets it to default.autoRecovery(LaunchTemplateAutoRecoveryState autoRecovery) Disables the automatic recovery behavior of your instance or sets it to default.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
autoRecovery
Disables the automatic recovery behavior of your instance or sets it to default.
- Parameters:
 autoRecovery- Disables the automatic recovery behavior of your instance or sets it to default.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
autoRecovery
LaunchTemplateInstanceMaintenanceOptions.Builder autoRecovery(LaunchTemplateAutoRecoveryState autoRecovery) Disables the automatic recovery behavior of your instance or sets it to default.
- Parameters:
 autoRecovery- Disables the automatic recovery behavior of your instance or sets it to default.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -