#[non_exhaustive]pub struct AwsCertificateManagerCertificateOptionsBuilder { /* private fields */ }Expand description
A builder for AwsCertificateManagerCertificateOptions.
Implementations§
source§impl AwsCertificateManagerCertificateOptionsBuilder
impl AwsCertificateManagerCertificateOptionsBuilder
sourcepub fn certificate_transparency_logging_preference(
self,
input: impl Into<String>
) -> Self
pub fn certificate_transparency_logging_preference( self, input: impl Into<String> ) -> Self
Whether to add the certificate to a transparency log.
Valid values: DISABLED | ENABLED
sourcepub fn set_certificate_transparency_logging_preference(
self,
input: Option<String>
) -> Self
pub fn set_certificate_transparency_logging_preference( self, input: Option<String> ) -> Self
Whether to add the certificate to a transparency log.
Valid values: DISABLED | ENABLED
sourcepub fn get_certificate_transparency_logging_preference(&self) -> &Option<String>
pub fn get_certificate_transparency_logging_preference(&self) -> &Option<String>
Whether to add the certificate to a transparency log.
Valid values: DISABLED | ENABLED
sourcepub fn build(self) -> AwsCertificateManagerCertificateOptions
pub fn build(self) -> AwsCertificateManagerCertificateOptions
Consumes the builder and constructs a AwsCertificateManagerCertificateOptions.
Trait Implementations§
source§impl Clone for AwsCertificateManagerCertificateOptionsBuilder
impl Clone for AwsCertificateManagerCertificateOptionsBuilder
source§fn clone(&self) -> AwsCertificateManagerCertificateOptionsBuilder
fn clone(&self) -> AwsCertificateManagerCertificateOptionsBuilder
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 AwsCertificateManagerCertificateOptionsBuilder
impl Default for AwsCertificateManagerCertificateOptionsBuilder
source§fn default() -> AwsCertificateManagerCertificateOptionsBuilder
fn default() -> AwsCertificateManagerCertificateOptionsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AwsCertificateManagerCertificateOptionsBuilder
impl PartialEq for AwsCertificateManagerCertificateOptionsBuilder
source§fn eq(&self, other: &AwsCertificateManagerCertificateOptionsBuilder) -> bool
fn eq(&self, other: &AwsCertificateManagerCertificateOptionsBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AwsCertificateManagerCertificateOptionsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AwsCertificateManagerCertificateOptionsBuilder
impl Send for AwsCertificateManagerCertificateOptionsBuilder
impl Sync for AwsCertificateManagerCertificateOptionsBuilder
impl Unpin for AwsCertificateManagerCertificateOptionsBuilder
impl UnwindSafe for AwsCertificateManagerCertificateOptionsBuilder
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