@Generated(value="software.amazon.awssdk:codegen") public final class DeliveryStreamEncryptionConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeliveryStreamEncryptionConfiguration.Builder,DeliveryStreamEncryptionConfiguration>
Indicates the server-side encryption (SSE) status for the delivery stream.
Modifier and Type | Class and Description |
---|---|
static interface |
DeliveryStreamEncryptionConfiguration.Builder |
Modifier and Type | Method and Description |
---|---|
static DeliveryStreamEncryptionConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeliveryStreamEncryptionConfiguration.Builder> |
serializableBuilderClass() |
DeliveryStreamEncryptionStatus |
status()
For a full description of the different values of this status, see StartDeliveryStreamEncryption and
StopDeliveryStreamEncryption.
|
String |
statusAsString()
For a full description of the different values of this status, see StartDeliveryStreamEncryption and
StopDeliveryStreamEncryption.
|
DeliveryStreamEncryptionConfiguration.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public DeliveryStreamEncryptionStatus status()
For a full description of the different values of this status, see StartDeliveryStreamEncryption and StopDeliveryStreamEncryption.
If the service returns an enum value that is not available in the current SDK version, status
will
return DeliveryStreamEncryptionStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from statusAsString()
.
DeliveryStreamEncryptionStatus
public String statusAsString()
For a full description of the different values of this status, see StartDeliveryStreamEncryption and StopDeliveryStreamEncryption.
If the service returns an enum value that is not available in the current SDK version, status
will
return DeliveryStreamEncryptionStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from statusAsString()
.
DeliveryStreamEncryptionStatus
public DeliveryStreamEncryptionConfiguration.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeliveryStreamEncryptionConfiguration.Builder,DeliveryStreamEncryptionConfiguration>
public static DeliveryStreamEncryptionConfiguration.Builder builder()
public static Class<? extends DeliveryStreamEncryptionConfiguration.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.