#[non_exhaustive]pub struct GetCertificateInputBuilder { /* private fields */ }Expand description
A builder for GetCertificateInput.
Implementations§
source§impl GetCertificateInputBuilder
impl GetCertificateInputBuilder
sourcepub fn certificate_arn(self, input: impl Into<String>) -> Self
pub fn certificate_arn(self, input: impl Into<String>) -> Self
String that contains a certificate ARN in the following format:
arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012
For more information about ARNs, see Amazon Resource Names (ARNs).
sourcepub fn set_certificate_arn(self, input: Option<String>) -> Self
pub fn set_certificate_arn(self, input: Option<String>) -> Self
String that contains a certificate ARN in the following format:
arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012
For more information about ARNs, see Amazon Resource Names (ARNs).
sourcepub fn build(self) -> Result<GetCertificateInput, BuildError>
pub fn build(self) -> Result<GetCertificateInput, BuildError>
Consumes the builder and constructs a GetCertificateInput.
Trait Implementations§
source§impl Clone for GetCertificateInputBuilder
impl Clone for GetCertificateInputBuilder
source§fn clone(&self) -> GetCertificateInputBuilder
fn clone(&self) -> GetCertificateInputBuilder
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 Debug for GetCertificateInputBuilder
impl Debug for GetCertificateInputBuilder
source§impl Default for GetCertificateInputBuilder
impl Default for GetCertificateInputBuilder
source§fn default() -> GetCertificateInputBuilder
fn default() -> GetCertificateInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetCertificateInputBuilder> for GetCertificateInputBuilder
impl PartialEq<GetCertificateInputBuilder> for GetCertificateInputBuilder
source§fn eq(&self, other: &GetCertificateInputBuilder) -> bool
fn eq(&self, other: &GetCertificateInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.