#[non_exhaustive]pub struct GetCertificateOutputBuilder { /* private fields */ }Expand description
A builder for GetCertificateOutput.
Implementations§
source§impl GetCertificateOutputBuilder
impl GetCertificateOutputBuilder
sourcepub fn certificate(self, input: impl Into<String>) -> Self
pub fn certificate(self, input: impl Into<String>) -> Self
The ACM-issued certificate corresponding to the ARN specified as input.
sourcepub fn set_certificate(self, input: Option<String>) -> Self
pub fn set_certificate(self, input: Option<String>) -> Self
The ACM-issued certificate corresponding to the ARN specified as input.
sourcepub fn certificate_chain(self, input: impl Into<String>) -> Self
pub fn certificate_chain(self, input: impl Into<String>) -> Self
Certificates forming the requested certificate's chain of trust. The chain consists of the certificate of the issuing CA and the intermediate certificates of any other subordinate CAs.
sourcepub fn set_certificate_chain(self, input: Option<String>) -> Self
pub fn set_certificate_chain(self, input: Option<String>) -> Self
Certificates forming the requested certificate's chain of trust. The chain consists of the certificate of the issuing CA and the intermediate certificates of any other subordinate CAs.
sourcepub fn build(self) -> GetCertificateOutput
pub fn build(self) -> GetCertificateOutput
Consumes the builder and constructs a GetCertificateOutput.
Trait Implementations§
source§impl Clone for GetCertificateOutputBuilder
impl Clone for GetCertificateOutputBuilder
source§fn clone(&self) -> GetCertificateOutputBuilder
fn clone(&self) -> GetCertificateOutputBuilder
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 GetCertificateOutputBuilder
impl Debug for GetCertificateOutputBuilder
source§impl Default for GetCertificateOutputBuilder
impl Default for GetCertificateOutputBuilder
source§fn default() -> GetCertificateOutputBuilder
fn default() -> GetCertificateOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetCertificateOutputBuilder> for GetCertificateOutputBuilder
impl PartialEq<GetCertificateOutputBuilder> for GetCertificateOutputBuilder
source§fn eq(&self, other: &GetCertificateOutputBuilder) -> bool
fn eq(&self, other: &GetCertificateOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.