@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.DeliveryStreamEncryptionStatus
public String getStatus()
For a full description of the different values of this status, see StartDeliveryStreamEncryption and StopDeliveryStreamEncryption.
DeliveryStreamEncryptionStatus
public 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.DeliveryStreamEncryptionStatus
public 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.DeliveryStreamEncryptionStatus
public String toString()
toString
in class Object
Object.toString()
public DeliveryStreamEncryptionConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2019. All rights reserved.