public static interface LaunchTemplateInstanceMaintenanceOptionsRequest.Builder extends SdkPojo, CopyableBuilder<LaunchTemplateInstanceMaintenanceOptionsRequest.Builder,LaunchTemplateInstanceMaintenanceOptionsRequest>
Modifier and Type | Method and Description |
---|---|
LaunchTemplateInstanceMaintenanceOptionsRequest.Builder |
autoRecovery(LaunchTemplateAutoRecoveryState autoRecovery)
Disables the automatic recovery behavior of your instance or sets it to default.
|
LaunchTemplateInstanceMaintenanceOptionsRequest.Builder |
autoRecovery(String autoRecovery)
Disables the automatic recovery behavior of your instance or sets it to default.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
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.
autoRecovery
- Disables the automatic recovery behavior of your instance or sets it to default. For more information,
see Simplified automatic recovery.LaunchTemplateAutoRecoveryState
,
LaunchTemplateAutoRecoveryState
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.
autoRecovery
- Disables the automatic recovery behavior of your instance or sets it to default. For more information,
see Simplified automatic recovery.LaunchTemplateAutoRecoveryState
,
LaunchTemplateAutoRecoveryState
Copyright © 2022. All rights reserved.