public static interface Parameters.Builder extends SdkPojo, CopyableBuilder<Parameters.Builder,Parameters>
| Modifier and Type | Method and Description |
|---|---|
Parameters.Builder |
excludeBootVolume(Boolean excludeBootVolume)
[EBS Snapshot Management – Instance policies only] Indicates whether to exclude the root volume from
snapshots created using CreateSnapshots.
|
Parameters.Builder |
noReboot(Boolean noReboot)
Applies to AMI lifecycle policies only.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildParameters.Builder excludeBootVolume(Boolean excludeBootVolume)
[EBS Snapshot Management – Instance policies only] Indicates whether to exclude the root volume from snapshots created using CreateSnapshots. The default is false.
excludeBootVolume - [EBS Snapshot Management – Instance policies only] Indicates whether to exclude the root volume from
snapshots created using CreateSnapshots. The default is false.Parameters.Builder noReboot(Boolean noReboot)
Applies to AMI lifecycle policies only. Indicates whether targeted instances are rebooted when the lifecycle
policy runs. true indicates that targeted instances are not rebooted when the policy runs.
false indicates that target instances are rebooted when the policy runs. The default is
true (instances are not rebooted).
noReboot - Applies to AMI lifecycle policies only. Indicates whether targeted instances are rebooted when the
lifecycle policy runs. true indicates that targeted instances are not rebooted when the
policy runs. false indicates that target instances are rebooted when the policy runs. The
default is true (instances are not rebooted).Copyright © 2022. All rights reserved.