Struct aws_sdk_redshift::model::hsm_client_certificate::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for HsmClientCertificate
Implementations
The identifier of the HSM client certificate.
The identifier of the HSM client certificate.
The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the public key in the HSM.
The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the public key in the HSM.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
The list of tags for the HSM client certificate.
The list of tags for the HSM client certificate.
Consumes the builder and constructs a HsmClientCertificate
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