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 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
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 ModifyCertificatesOutputBuilder
impl Default for ModifyCertificatesOutputBuilder
source§fn default() -> ModifyCertificatesOutputBuilder
fn default() -> ModifyCertificatesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ModifyCertificatesOutputBuilder> for ModifyCertificatesOutputBuilder
impl PartialEq<ModifyCertificatesOutputBuilder> for ModifyCertificatesOutputBuilder
source§fn eq(&self, other: &ModifyCertificatesOutputBuilder) -> bool
fn eq(&self, other: &ModifyCertificatesOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.