Struct aws_sdk_redshift::model::hsm_configuration::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for HsmConfiguration
Implementations
The name of the Amazon Redshift HSM configuration.
The name of the Amazon Redshift HSM configuration.
A text description of the HSM configuration.
A text description of the HSM configuration.
The IP address that the Amazon Redshift cluster must use to access the HSM.
The IP address that the Amazon Redshift cluster must use to access the HSM.
The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.
The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
The list of tags for the HSM configuration.
The list of tags for the HSM configuration.
Consumes the builder and constructs a HsmConfiguration
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