#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for ExportServerSideEncryption
Implementations
The Amazon Resource Name (ARN) of the AWS KMS key you want to use to encrypt the Amazon S3 objects. This parameter is required if you choose aws:kms as an encryption type.
The Amazon Resource Name (ARN) of the AWS KMS key you want to use to encrypt the Amazon S3 objects. This parameter is required if you choose aws:kms as an encryption type.
The type of server side encryption used for encrypting the objects in Amazon S3.
The type of server side encryption used for encrypting the objects in Amazon S3.
Consumes the builder and constructs a ExportServerSideEncryption
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