@Generated(value="software.amazon.awssdk:codegen") public final class Parameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Parameters.Builder,Parameters>
Specifies optional parameters to add to a policy. The set of valid parameters depends on the combination of policy type and resource type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Parameters.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Parameters.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Boolean |
excludeBootVolume()
[EBS Snapshot Management – Instance policies only] Indicates whether to exclude the root volume from snapshots
created using CreateSnapshots.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
noReboot()
Applies to AMI lifecycle policies only.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Parameters.Builder> |
serializableBuilderClass() |
Parameters.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean excludeBootVolume()
[EBS Snapshot Management – Instance policies only] Indicates whether to exclude the root volume from snapshots created using CreateSnapshots. The default is false.
public final 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).
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).public Parameters.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Parameters.Builder,Parameters>public static Parameters.Builder builder()
public static Class<? extends Parameters.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.