@Generated(value="software.amazon.awssdk:codegen") public final class SSESpecification extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SSESpecification.Builder,SSESpecification>
Represents the settings used to enable server-side encryption.
Modifier and Type | Class and Description |
---|---|
static interface |
SSESpecification.Builder |
Modifier and Type | Method and Description |
---|---|
static SSESpecification.Builder |
builder() |
Boolean |
enabled()
Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SSESpecification.Builder> |
serializableBuilderClass() |
SSESpecification.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Boolean enabled()
Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.
public SSESpecification.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SSESpecification.Builder,SSESpecification>
public static SSESpecification.Builder builder()
public static Class<? extends SSESpecification.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.