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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LaunchTemplateInstanceMaintenanceOptionsRequest.Builder
autoRecovery(String autoRecovery)
Disables the automatic recovery behavior of your instance or sets it to default.LaunchTemplateInstanceMaintenanceOptionsRequest.Builder
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
autoRecovery
LaunchTemplateInstanceMaintenanceOptionsRequest.Builder autoRecovery(String 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:
LaunchTemplateAutoRecoveryState
,LaunchTemplateAutoRecoveryState
-
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:
LaunchTemplateAutoRecoveryState
,LaunchTemplateAutoRecoveryState
-
-