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 for CreateHsmClientCertificateOutputBuilder
impl PartialEq 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 Freeze for CreateHsmClientCertificateOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.