@Generated(value="software.amazon.awssdk:codegen") public final class Parameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Parameters.Builder,Parameters>
Optional parameters that can be added to the policy. The set of valid parameters depends on the combination of
policyType and resourceType values.
| 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()
When executing an EBS Snapshot Management – Instance policy, execute all CreateSnapshots calls with the
excludeBootVolume set to the supplied field. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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 Boolean excludeBootVolume()
When executing an EBS Snapshot Management – Instance policy, execute all CreateSnapshots calls with the
excludeBootVolume set to the supplied field. Defaults to false. Only valid for EBS Snapshot
Management – Instance policies.
excludeBootVolume set to the supplied field. Defaults to false. Only valid for EBS Snapshot
Management – Instance policies.public Parameters.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Parameters.Builder,Parameters>public static Parameters.Builder builder()
public static Class<? extends Parameters.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.