#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for FieldLevelEncryptionProfileConfig
Implementations
Profile name for the field-level encryption profile.
Profile name for the field-level encryption profile.
A unique number that ensures that the request can't be replayed.
A unique number that ensures that the request can't be replayed.
An optional comment for the field-level encryption profile. The comment cannot be longer than 128 characters.
An optional comment for the field-level encryption profile. The comment cannot be longer than 128 characters.
A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.
A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.
Consumes the builder and constructs a FieldLevelEncryptionProfileConfig
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more