pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateFieldLevelEncryptionProfileInput
.
Implementations§
source§impl Builder
impl Builder
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
.