Struct aws_sdk_xray::model::encryption_config::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for EncryptionConfig
Implementations
The ID of the KMS key used for encryption, if applicable.
The ID of the KMS key used for encryption, if applicable.
The encryption status. While the status is UPDATING
, X-Ray may encrypt data with a combination of the new and old settings.
The encryption status. While the status is UPDATING
, X-Ray may encrypt data with a combination of the new and old settings.
The type of encryption. Set to KMS
for encryption with KMS keys. Set to NONE
for
default encryption.
The type of encryption. Set to KMS
for encryption with KMS keys. Set to NONE
for
default encryption.
Consumes the builder and constructs a EncryptionConfig
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more