public static interface DeliveryStreamEncryptionConfiguration.Builder extends SdkPojo, CopyableBuilder<DeliveryStreamEncryptionConfiguration.Builder,DeliveryStreamEncryptionConfiguration>
Modifier and Type | Method and Description |
---|---|
DeliveryStreamEncryptionConfiguration.Builder |
status(DeliveryStreamEncryptionStatus status)
For a full description of the different values of this status, see StartDeliveryStreamEncryption and
StopDeliveryStreamEncryption.
|
DeliveryStreamEncryptionConfiguration.Builder |
status(String status)
For a full description of the different values of this status, see StartDeliveryStreamEncryption and
StopDeliveryStreamEncryption.
|
copy
applyMutation, build
DeliveryStreamEncryptionConfiguration.Builder status(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
,
DeliveryStreamEncryptionStatus
DeliveryStreamEncryptionConfiguration.Builder status(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
,
DeliveryStreamEncryptionStatus
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.