Struct aws_sdk_rds::operation::modify_certificates::builders::ModifyCertificatesInputBuilder
source · #[non_exhaustive]pub struct ModifyCertificatesInputBuilder { /* private fields */ }Expand description
A builder for ModifyCertificatesInput.
Implementations§
source§impl ModifyCertificatesInputBuilder
impl ModifyCertificatesInputBuilder
sourcepub fn certificate_identifier(self, input: impl Into<String>) -> Self
pub fn certificate_identifier(self, input: impl Into<String>) -> Self
The new default certificate identifier to override the current one with.
To determine the valid values, use the describe-certificates CLI command or the DescribeCertificates API operation.
sourcepub fn set_certificate_identifier(self, input: Option<String>) -> Self
pub fn set_certificate_identifier(self, input: Option<String>) -> Self
The new default certificate identifier to override the current one with.
To determine the valid values, use the describe-certificates CLI command or the DescribeCertificates API operation.
sourcepub fn remove_customer_override(self, input: bool) -> Self
pub fn remove_customer_override(self, input: bool) -> Self
A value that indicates whether to remove the override for the default certificate. If the override is removed, the default certificate is the system default.
sourcepub fn set_remove_customer_override(self, input: Option<bool>) -> Self
pub fn set_remove_customer_override(self, input: Option<bool>) -> Self
A value that indicates whether to remove the override for the default certificate. If the override is removed, the default certificate is the system default.
sourcepub fn build(self) -> Result<ModifyCertificatesInput, BuildError>
pub fn build(self) -> Result<ModifyCertificatesInput, BuildError>
Consumes the builder and constructs a ModifyCertificatesInput.
Trait Implementations§
source§impl Clone for ModifyCertificatesInputBuilder
impl Clone for ModifyCertificatesInputBuilder
source§fn clone(&self) -> ModifyCertificatesInputBuilder
fn clone(&self) -> ModifyCertificatesInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ModifyCertificatesInputBuilder
impl Default for ModifyCertificatesInputBuilder
source§fn default() -> ModifyCertificatesInputBuilder
fn default() -> ModifyCertificatesInputBuilder
source§impl PartialEq<ModifyCertificatesInputBuilder> for ModifyCertificatesInputBuilder
impl PartialEq<ModifyCertificatesInputBuilder> for ModifyCertificatesInputBuilder
source§fn eq(&self, other: &ModifyCertificatesInputBuilder) -> bool
fn eq(&self, other: &ModifyCertificatesInputBuilder) -> bool
self and other values to be equal, and is used
by ==.