Interface InstanceMaintenanceOptionsRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InstanceMaintenanceOptionsRequest.Builder,
,InstanceMaintenanceOptionsRequest> SdkBuilder<InstanceMaintenanceOptionsRequest.Builder,
,InstanceMaintenanceOptionsRequest> SdkPojo
- Enclosing class:
InstanceMaintenanceOptionsRequest
public static interface InstanceMaintenanceOptionsRequest.Builder
extends SdkPojo, CopyableBuilder<InstanceMaintenanceOptionsRequest.Builder,InstanceMaintenanceOptionsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionautoRecovery
(String autoRecovery) Disables the automatic recovery behavior of your instance or sets it to default.autoRecovery
(InstanceAutoRecoveryState 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
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:
-