#[non_exhaustive]pub struct HsmClientCertificateBuilder { /* private fields */ }
Expand description
A builder for HsmClientCertificate
.
Implementations§
source§impl HsmClientCertificateBuilder
impl HsmClientCertificateBuilder
sourcepub fn hsm_client_certificate_identifier(self, input: impl Into<String>) -> Self
pub fn hsm_client_certificate_identifier(self, input: impl Into<String>) -> Self
The identifier of the HSM client certificate.
sourcepub fn set_hsm_client_certificate_identifier(
self,
input: Option<String>
) -> Self
pub fn set_hsm_client_certificate_identifier( self, input: Option<String> ) -> Self
The identifier of the HSM client certificate.
sourcepub fn get_hsm_client_certificate_identifier(&self) -> &Option<String>
pub fn get_hsm_client_certificate_identifier(&self) -> &Option<String>
The identifier of the HSM client certificate.
sourcepub fn hsm_client_certificate_public_key(self, input: impl Into<String>) -> Self
pub fn hsm_client_certificate_public_key(self, input: impl Into<String>) -> Self
The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the public key in the HSM.
sourcepub fn set_hsm_client_certificate_public_key(
self,
input: Option<String>
) -> Self
pub fn set_hsm_client_certificate_public_key( self, input: Option<String> ) -> Self
The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the public key in the HSM.
sourcepub fn get_hsm_client_certificate_public_key(&self) -> &Option<String>
pub fn get_hsm_client_certificate_public_key(&self) -> &Option<String>
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.
The list of tags for the HSM client certificate.
sourcepub fn build(self) -> HsmClientCertificate
pub fn build(self) -> HsmClientCertificate
Consumes the builder and constructs a HsmClientCertificate
.
Trait Implementations§
source§impl Clone for HsmClientCertificateBuilder
impl Clone for HsmClientCertificateBuilder
source§fn clone(&self) -> HsmClientCertificateBuilder
fn clone(&self) -> HsmClientCertificateBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for HsmClientCertificateBuilder
impl Debug for HsmClientCertificateBuilder
source§impl Default for HsmClientCertificateBuilder
impl Default for HsmClientCertificateBuilder
source§fn default() -> HsmClientCertificateBuilder
fn default() -> HsmClientCertificateBuilder
source§impl PartialEq for HsmClientCertificateBuilder
impl PartialEq for HsmClientCertificateBuilder
source§fn eq(&self, other: &HsmClientCertificateBuilder) -> bool
fn eq(&self, other: &HsmClientCertificateBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.