@Generated(value="software.amazon.awssdk:codegen") public final class EncryptionAtRestOptionsStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EncryptionAtRestOptionsStatus.Builder,EncryptionAtRestOptionsStatus>
Status of the Encryption At Rest options for the specified Elasticsearch domain.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EncryptionAtRestOptionsStatus.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EncryptionAtRestOptionsStatus.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
EncryptionAtRestOptions |
options()
Specifies the Encryption At Rest options for the specified Elasticsearch domain.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EncryptionAtRestOptionsStatus.Builder> |
serializableBuilderClass() |
OptionStatus |
status()
Specifies the status of the Encryption At Rest options for the specified Elasticsearch domain.
|
EncryptionAtRestOptionsStatus.Builder |
toBuilder() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic EncryptionAtRestOptions options()
Specifies the Encryption At Rest options for the specified Elasticsearch domain.
public OptionStatus status()
Specifies the status of the Encryption At Rest options for the specified Elasticsearch domain.
public EncryptionAtRestOptionsStatus.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EncryptionAtRestOptionsStatus.Builder,EncryptionAtRestOptionsStatus>public static EncryptionAtRestOptionsStatus.Builder builder()
public static Class<? extends EncryptionAtRestOptionsStatus.Builder> serializableBuilderClass()
Copyright © 2019. All rights reserved.