#[non_exhaustive]pub struct CertificateBuilder { /* private fields */ }
Expand description
A builder for Certificate
.
Implementations§
source§impl CertificateBuilder
impl CertificateBuilder
sourcepub fn certificate_arn(self, input: impl Into<String>) -> Self
pub fn certificate_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the certificate.
sourcepub fn set_certificate_arn(self, input: Option<String>) -> Self
pub fn set_certificate_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the certificate.
sourcepub fn get_certificate_arn(&self) -> &Option<String>
pub fn get_certificate_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the certificate.
sourcepub fn is_default(self, input: bool) -> Self
pub fn is_default(self, input: bool) -> Self
Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.
sourcepub fn set_is_default(self, input: Option<bool>) -> Self
pub fn set_is_default(self, input: Option<bool>) -> Self
Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.
sourcepub fn get_is_default(&self) -> &Option<bool>
pub fn get_is_default(&self) -> &Option<bool>
Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.
sourcepub fn build(self) -> Certificate
pub fn build(self) -> Certificate
Consumes the builder and constructs a Certificate
.
Trait Implementations§
source§impl Clone for CertificateBuilder
impl Clone for CertificateBuilder
source§fn clone(&self) -> CertificateBuilder
fn clone(&self) -> CertificateBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for CertificateBuilder
impl Debug for CertificateBuilder
source§impl Default for CertificateBuilder
impl Default for CertificateBuilder
source§fn default() -> CertificateBuilder
fn default() -> CertificateBuilder
source§impl PartialEq for CertificateBuilder
impl PartialEq for CertificateBuilder
source§fn eq(&self, other: &CertificateBuilder) -> bool
fn eq(&self, other: &CertificateBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.