Struct aws_sdk_rds::input::modify_certificates_input::Builder
source · [−]pub struct Builder { /* private fields */ }Expand description
A builder for ModifyCertificatesInput.
Implementations
sourceimpl Builder
impl Builder
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.