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