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