pub struct Builder { /* private fields */ }
Expand description
A builder for CreateFieldLevelEncryptionProfileInput
.
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
The request to create 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
The request to create a field-level encryption profile.
sourcepub fn build(self) -> Result<CreateFieldLevelEncryptionProfileInput, BuildError>
pub fn build(self) -> Result<CreateFieldLevelEncryptionProfileInput, BuildError>
Consumes the builder and constructs a CreateFieldLevelEncryptionProfileInput
.