Struct aws_sdk_cloudfront::operation::create_field_level_encryption_config::builders::CreateFieldLevelEncryptionConfigInputBuilder
source · #[non_exhaustive]pub struct CreateFieldLevelEncryptionConfigInputBuilder { /* private fields */ }
Expand description
A builder for CreateFieldLevelEncryptionConfigInput
.
Implementations§
source§impl CreateFieldLevelEncryptionConfigInputBuilder
impl CreateFieldLevelEncryptionConfigInputBuilder
sourcepub fn field_level_encryption_config(
self,
input: FieldLevelEncryptionConfig
) -> Self
pub fn field_level_encryption_config( self, input: FieldLevelEncryptionConfig ) -> Self
The request to create a new field-level encryption configuration.
sourcepub fn set_field_level_encryption_config(
self,
input: Option<FieldLevelEncryptionConfig>
) -> Self
pub fn set_field_level_encryption_config( self, input: Option<FieldLevelEncryptionConfig> ) -> Self
The request to create a new field-level encryption configuration.
sourcepub fn build(self) -> Result<CreateFieldLevelEncryptionConfigInput, BuildError>
pub fn build(self) -> Result<CreateFieldLevelEncryptionConfigInput, BuildError>
Consumes the builder and constructs a CreateFieldLevelEncryptionConfigInput
.
Trait Implementations§
source§impl Clone for CreateFieldLevelEncryptionConfigInputBuilder
impl Clone for CreateFieldLevelEncryptionConfigInputBuilder
source§fn clone(&self) -> CreateFieldLevelEncryptionConfigInputBuilder
fn clone(&self) -> CreateFieldLevelEncryptionConfigInputBuilder
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 Default for CreateFieldLevelEncryptionConfigInputBuilder
impl Default for CreateFieldLevelEncryptionConfigInputBuilder
source§fn default() -> CreateFieldLevelEncryptionConfigInputBuilder
fn default() -> CreateFieldLevelEncryptionConfigInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateFieldLevelEncryptionConfigInputBuilder> for CreateFieldLevelEncryptionConfigInputBuilder
impl PartialEq<CreateFieldLevelEncryptionConfigInputBuilder> for CreateFieldLevelEncryptionConfigInputBuilder
source§fn eq(&self, other: &CreateFieldLevelEncryptionConfigInputBuilder) -> bool
fn eq(&self, other: &CreateFieldLevelEncryptionConfigInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.