#[non_exhaustive]pub struct CertificateBasedAuthPropertiesBuilder { /* private fields */ }
Expand description
A builder for CertificateBasedAuthProperties
.
Implementations§
source§impl CertificateBasedAuthPropertiesBuilder
impl CertificateBasedAuthPropertiesBuilder
sourcepub fn status(self, input: CertificateBasedAuthStatus) -> Self
pub fn status(self, input: CertificateBasedAuthStatus) -> Self
The status of the certificate-based authentication properties.
sourcepub fn set_status(self, input: Option<CertificateBasedAuthStatus>) -> Self
pub fn set_status(self, input: Option<CertificateBasedAuthStatus>) -> Self
The status of the certificate-based authentication properties.
The ARN of the AWS Certificate Manager Private CA resource.
The ARN of the AWS Certificate Manager Private CA resource.
sourcepub fn build(self) -> CertificateBasedAuthProperties
pub fn build(self) -> CertificateBasedAuthProperties
Consumes the builder and constructs a CertificateBasedAuthProperties
.
Trait Implementations§
source§impl Clone for CertificateBasedAuthPropertiesBuilder
impl Clone for CertificateBasedAuthPropertiesBuilder
source§fn clone(&self) -> CertificateBasedAuthPropertiesBuilder
fn clone(&self) -> CertificateBasedAuthPropertiesBuilder
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 CertificateBasedAuthPropertiesBuilder
impl Default for CertificateBasedAuthPropertiesBuilder
source§fn default() -> CertificateBasedAuthPropertiesBuilder
fn default() -> CertificateBasedAuthPropertiesBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CertificateBasedAuthPropertiesBuilder> for CertificateBasedAuthPropertiesBuilder
impl PartialEq<CertificateBasedAuthPropertiesBuilder> for CertificateBasedAuthPropertiesBuilder
source§fn eq(&self, other: &CertificateBasedAuthPropertiesBuilder) -> bool
fn eq(&self, other: &CertificateBasedAuthPropertiesBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.