Struct aws_sdk_s3::model::encryption::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for Encryption
Implementations
The server-side encryption algorithm used when storing job results in Amazon S3 (for example, AES256, aws:kms).
The server-side encryption algorithm used when storing job results in Amazon S3 (for example, AES256, aws:kms).
If the encryption type is aws:kms
, this optional value specifies the ID of
the symmetric customer managed key to use for encryption of job results. Amazon S3 only
supports symmetric keys. For more information, see Using symmetric and
asymmetric keys in the Amazon Web Services Key Management Service Developer Guide.
If the encryption type is aws:kms
, this optional value specifies the ID of
the symmetric customer managed key to use for encryption of job results. Amazon S3 only
supports symmetric keys. For more information, see Using symmetric and
asymmetric keys in the Amazon Web Services Key Management Service Developer Guide.
If the encryption type is aws:kms
, this optional value can be used to
specify the encryption context for the restore results.
If the encryption type is aws:kms
, this optional value can be used to
specify the encryption context for the restore results.
Consumes the builder and constructs a Encryption
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