Struct aws_sdk_redshift::operation::create_hsm_client_certificate::builders::CreateHsmClientCertificateOutputBuilder
source · #[non_exhaustive]pub struct CreateHsmClientCertificateOutputBuilder { /* private fields */ }
Expand description
A builder for CreateHsmClientCertificateOutput
.
Implementations§
source§impl CreateHsmClientCertificateOutputBuilder
impl CreateHsmClientCertificateOutputBuilder
sourcepub fn hsm_client_certificate(self, input: HsmClientCertificate) -> Self
pub fn hsm_client_certificate(self, input: HsmClientCertificate) -> Self
Returns information about an HSM client certificate. The certificate is stored in a secure Hardware Storage Module (HSM), and used by the Amazon Redshift cluster to encrypt data files.
sourcepub fn set_hsm_client_certificate(
self,
input: Option<HsmClientCertificate>
) -> Self
pub fn set_hsm_client_certificate( self, input: Option<HsmClientCertificate> ) -> Self
Returns information about an HSM client certificate. The certificate is stored in a secure Hardware Storage Module (HSM), and used by the Amazon Redshift cluster to encrypt data files.
sourcepub fn get_hsm_client_certificate(&self) -> &Option<HsmClientCertificate>
pub fn get_hsm_client_certificate(&self) -> &Option<HsmClientCertificate>
Returns information about an HSM client certificate. The certificate is stored in a secure Hardware Storage Module (HSM), and used by the Amazon Redshift cluster to encrypt data files.
sourcepub fn build(self) -> CreateHsmClientCertificateOutput
pub fn build(self) -> CreateHsmClientCertificateOutput
Consumes the builder and constructs a CreateHsmClientCertificateOutput
.
Trait Implementations§
source§impl Clone for CreateHsmClientCertificateOutputBuilder
impl Clone for CreateHsmClientCertificateOutputBuilder
source§fn clone(&self) -> CreateHsmClientCertificateOutputBuilder
fn clone(&self) -> CreateHsmClientCertificateOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for CreateHsmClientCertificateOutputBuilder
impl Default for CreateHsmClientCertificateOutputBuilder
source§fn default() -> CreateHsmClientCertificateOutputBuilder
fn default() -> CreateHsmClientCertificateOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateHsmClientCertificateOutputBuilder> for CreateHsmClientCertificateOutputBuilder
impl PartialEq<CreateHsmClientCertificateOutputBuilder> for CreateHsmClientCertificateOutputBuilder
source§fn eq(&self, other: &CreateHsmClientCertificateOutputBuilder) -> bool
fn eq(&self, other: &CreateHsmClientCertificateOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateHsmClientCertificateOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateHsmClientCertificateOutputBuilder
impl Send for CreateHsmClientCertificateOutputBuilder
impl Sync for CreateHsmClientCertificateOutputBuilder
impl Unpin for CreateHsmClientCertificateOutputBuilder
impl UnwindSafe for CreateHsmClientCertificateOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more