Struct aws_sdk_s3control::types::builders::SsekmsEncryptionBuilder
source · #[non_exhaustive]pub struct SsekmsEncryptionBuilder { /* private fields */ }
Expand description
A builder for SsekmsEncryption
.
Implementations§
source§impl SsekmsEncryptionBuilder
impl SsekmsEncryptionBuilder
sourcepub fn key_id(self, input: impl Into<String>) -> Self
pub fn key_id(self, input: impl Into<String>) -> Self
Specifies the ID of the Amazon Web Services Key Management Service (Amazon Web Services KMS) symmetric encryption customer managed key to use for encrypting generated manifest objects.
sourcepub fn set_key_id(self, input: Option<String>) -> Self
pub fn set_key_id(self, input: Option<String>) -> Self
Specifies the ID of the Amazon Web Services Key Management Service (Amazon Web Services KMS) symmetric encryption customer managed key to use for encrypting generated manifest objects.
sourcepub fn build(self) -> SsekmsEncryption
pub fn build(self) -> SsekmsEncryption
Consumes the builder and constructs a SsekmsEncryption
.
Trait Implementations§
source§impl Clone for SsekmsEncryptionBuilder
impl Clone for SsekmsEncryptionBuilder
source§fn clone(&self) -> SsekmsEncryptionBuilder
fn clone(&self) -> SsekmsEncryptionBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SsekmsEncryptionBuilder
impl Debug for SsekmsEncryptionBuilder
source§impl Default for SsekmsEncryptionBuilder
impl Default for SsekmsEncryptionBuilder
source§fn default() -> SsekmsEncryptionBuilder
fn default() -> SsekmsEncryptionBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<SsekmsEncryptionBuilder> for SsekmsEncryptionBuilder
impl PartialEq<SsekmsEncryptionBuilder> for SsekmsEncryptionBuilder
source§fn eq(&self, other: &SsekmsEncryptionBuilder) -> bool
fn eq(&self, other: &SsekmsEncryptionBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.