Struct aws_sdk_rds::operation::modify_certificates::builders::ModifyCertificatesOutputBuilder
source · #[non_exhaustive]pub struct ModifyCertificatesOutputBuilder { /* private fields */ }Expand description
A builder for ModifyCertificatesOutput.
Implementations§
source§impl ModifyCertificatesOutputBuilder
impl ModifyCertificatesOutputBuilder
sourcepub fn certificate(self, input: Certificate) -> Self
pub fn certificate(self, input: Certificate) -> Self
A CA certificate for an Amazon Web Services account.
For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
sourcepub fn set_certificate(self, input: Option<Certificate>) -> Self
pub fn set_certificate(self, input: Option<Certificate>) -> Self
A CA certificate for an Amazon Web Services account.
For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
sourcepub fn get_certificate(&self) -> &Option<Certificate>
pub fn get_certificate(&self) -> &Option<Certificate>
A CA certificate for an Amazon Web Services account.
For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
sourcepub fn build(self) -> ModifyCertificatesOutput
pub fn build(self) -> ModifyCertificatesOutput
Consumes the builder and constructs a ModifyCertificatesOutput.
Trait Implementations§
source§impl Clone for ModifyCertificatesOutputBuilder
impl Clone for ModifyCertificatesOutputBuilder
source§fn clone(&self) -> ModifyCertificatesOutputBuilder
fn clone(&self) -> ModifyCertificatesOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ModifyCertificatesOutputBuilder
impl Default for ModifyCertificatesOutputBuilder
source§fn default() -> ModifyCertificatesOutputBuilder
fn default() -> ModifyCertificatesOutputBuilder
source§impl PartialEq for ModifyCertificatesOutputBuilder
impl PartialEq for ModifyCertificatesOutputBuilder
source§fn eq(&self, other: &ModifyCertificatesOutputBuilder) -> bool
fn eq(&self, other: &ModifyCertificatesOutputBuilder) -> bool
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ModifyCertificatesOutputBuilder
Auto Trait Implementations§
impl Freeze for ModifyCertificatesOutputBuilder
impl RefUnwindSafe for ModifyCertificatesOutputBuilder
impl Send for ModifyCertificatesOutputBuilder
impl Sync for ModifyCertificatesOutputBuilder
impl Unpin for ModifyCertificatesOutputBuilder
impl UnwindSafe for ModifyCertificatesOutputBuilder
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)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>
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>
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 more