Struct aws_sdk_docdb::types::builders::CertificateDetailsBuilder
source · #[non_exhaustive]pub struct CertificateDetailsBuilder { /* private fields */ }Expand description
A builder for CertificateDetails.
Implementations§
source§impl CertificateDetailsBuilder
impl CertificateDetailsBuilder
sourcepub fn ca_identifier(self, input: impl Into<String>) -> Self
pub fn ca_identifier(self, input: impl Into<String>) -> Self
The CA identifier of the CA certificate used for the DB instance's server certificate.
sourcepub fn set_ca_identifier(self, input: Option<String>) -> Self
pub fn set_ca_identifier(self, input: Option<String>) -> Self
The CA identifier of the CA certificate used for the DB instance's server certificate.
sourcepub fn get_ca_identifier(&self) -> &Option<String>
pub fn get_ca_identifier(&self) -> &Option<String>
The CA identifier of the CA certificate used for the DB instance's server certificate.
sourcepub fn valid_till(self, input: DateTime) -> Self
pub fn valid_till(self, input: DateTime) -> Self
The expiration date of the DB instance’s server certificate.
sourcepub fn set_valid_till(self, input: Option<DateTime>) -> Self
pub fn set_valid_till(self, input: Option<DateTime>) -> Self
The expiration date of the DB instance’s server certificate.
sourcepub fn get_valid_till(&self) -> &Option<DateTime>
pub fn get_valid_till(&self) -> &Option<DateTime>
The expiration date of the DB instance’s server certificate.
sourcepub fn build(self) -> CertificateDetails
pub fn build(self) -> CertificateDetails
Consumes the builder and constructs a CertificateDetails.
Trait Implementations§
source§impl Clone for CertificateDetailsBuilder
impl Clone for CertificateDetailsBuilder
source§fn clone(&self) -> CertificateDetailsBuilder
fn clone(&self) -> CertificateDetailsBuilder
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 Debug for CertificateDetailsBuilder
impl Debug for CertificateDetailsBuilder
source§impl Default for CertificateDetailsBuilder
impl Default for CertificateDetailsBuilder
source§fn default() -> CertificateDetailsBuilder
fn default() -> CertificateDetailsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CertificateDetailsBuilder
impl PartialEq for CertificateDetailsBuilder
source§fn eq(&self, other: &CertificateDetailsBuilder) -> bool
fn eq(&self, other: &CertificateDetailsBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CertificateDetailsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CertificateDetailsBuilder
impl Send for CertificateDetailsBuilder
impl Sync for CertificateDetailsBuilder
impl Unpin for CertificateDetailsBuilder
impl UnwindSafe for CertificateDetailsBuilder
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>
Creates a shared type from an unshared type.