@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeliveryStreamEncryptionConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Indicates the server-side encryption (SSE) status for the delivery stream.
| Constructor and Description |
|---|
DeliveryStreamEncryptionConfiguration() |
public DeliveryStreamEncryptionConfiguration()
public void setStatus(String status)
For a full description of the different values of this status, see StartDeliveryStreamEncryption and StopDeliveryStreamEncryption.
status - For a full description of the different values of this status, see StartDeliveryStreamEncryption
and StopDeliveryStreamEncryption.DeliveryStreamEncryptionStatuspublic String getStatus()
For a full description of the different values of this status, see StartDeliveryStreamEncryption and StopDeliveryStreamEncryption.
DeliveryStreamEncryptionStatuspublic DeliveryStreamEncryptionConfiguration withStatus(String status)
For a full description of the different values of this status, see StartDeliveryStreamEncryption and StopDeliveryStreamEncryption.
status - For a full description of the different values of this status, see StartDeliveryStreamEncryption
and StopDeliveryStreamEncryption.DeliveryStreamEncryptionStatuspublic DeliveryStreamEncryptionConfiguration withStatus(DeliveryStreamEncryptionStatus status)
For a full description of the different values of this status, see StartDeliveryStreamEncryption and StopDeliveryStreamEncryption.
status - For a full description of the different values of this status, see StartDeliveryStreamEncryption
and StopDeliveryStreamEncryption.DeliveryStreamEncryptionStatuspublic String toString()
toString in class ObjectObject.toString()public DeliveryStreamEncryptionConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.