Struct aws_sdk_cloudfront::operation::update_field_level_encryption_config::builders::UpdateFieldLevelEncryptionConfigInputBuilder
source · #[non_exhaustive]pub struct UpdateFieldLevelEncryptionConfigInputBuilder { /* private fields */ }
Expand description
A builder for UpdateFieldLevelEncryptionConfigInput
.
Implementations§
source§impl UpdateFieldLevelEncryptionConfigInputBuilder
impl UpdateFieldLevelEncryptionConfigInputBuilder
sourcepub fn field_level_encryption_config(
self,
input: FieldLevelEncryptionConfig
) -> Self
pub fn field_level_encryption_config( self, input: FieldLevelEncryptionConfig ) -> Self
Request to update a 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
Request to update a field-level encryption configuration.
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
The ID of the configuration you want to update.
sourcepub fn set_id(self, input: Option<String>) -> Self
pub fn set_id(self, input: Option<String>) -> Self
The ID of the configuration you want to update.
sourcepub fn if_match(self, input: impl Into<String>) -> Self
pub fn if_match(self, input: impl Into<String>) -> Self
The value of the ETag
header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL
.
sourcepub fn set_if_match(self, input: Option<String>) -> Self
pub fn set_if_match(self, input: Option<String>) -> Self
The value of the ETag
header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL
.
sourcepub fn build(self) -> Result<UpdateFieldLevelEncryptionConfigInput, BuildError>
pub fn build(self) -> Result<UpdateFieldLevelEncryptionConfigInput, BuildError>
Consumes the builder and constructs a UpdateFieldLevelEncryptionConfigInput
.
Trait Implementations§
source§impl Clone for UpdateFieldLevelEncryptionConfigInputBuilder
impl Clone for UpdateFieldLevelEncryptionConfigInputBuilder
source§fn clone(&self) -> UpdateFieldLevelEncryptionConfigInputBuilder
fn clone(&self) -> UpdateFieldLevelEncryptionConfigInputBuilder
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 UpdateFieldLevelEncryptionConfigInputBuilder
impl Default for UpdateFieldLevelEncryptionConfigInputBuilder
source§fn default() -> UpdateFieldLevelEncryptionConfigInputBuilder
fn default() -> UpdateFieldLevelEncryptionConfigInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateFieldLevelEncryptionConfigInputBuilder> for UpdateFieldLevelEncryptionConfigInputBuilder
impl PartialEq<UpdateFieldLevelEncryptionConfigInputBuilder> for UpdateFieldLevelEncryptionConfigInputBuilder
source§fn eq(&self, other: &UpdateFieldLevelEncryptionConfigInputBuilder) -> bool
fn eq(&self, other: &UpdateFieldLevelEncryptionConfigInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.