Interface LaunchTemplateInstanceMaintenanceOptionsRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LaunchTemplateInstanceMaintenanceOptionsRequest.Builder,
,LaunchTemplateInstanceMaintenanceOptionsRequest> SdkBuilder<LaunchTemplateInstanceMaintenanceOptionsRequest.Builder,
,LaunchTemplateInstanceMaintenanceOptionsRequest> SdkPojo
- Enclosing class:
LaunchTemplateInstanceMaintenanceOptionsRequest
public static interface LaunchTemplateInstanceMaintenanceOptionsRequest.Builder
extends SdkPojo, CopyableBuilder<LaunchTemplateInstanceMaintenanceOptionsRequest.Builder,LaunchTemplateInstanceMaintenanceOptionsRequest>
-
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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods 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. For more information, see Simplified automatic recovery.
- Parameters:
autoRecovery
- Disables the automatic recovery behavior of your instance or sets it to default. For more information, see Simplified automatic recovery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
autoRecovery
LaunchTemplateInstanceMaintenanceOptionsRequest.Builder autoRecovery(LaunchTemplateAutoRecoveryState autoRecovery) Disables the automatic recovery behavior of your instance or sets it to default. For more information, see Simplified automatic recovery.
- Parameters:
autoRecovery
- Disables the automatic recovery behavior of your instance or sets it to default. For more information, see Simplified automatic recovery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-