#[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 get_certificate(&self) -> &Option<String>
pub fn get_certificate(&self) -> &Option<String>
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 get_certificate_chain(&self) -> &Option<String>
pub fn get_certificate_chain(&self) -> &Option<String>
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
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
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
source§impl PartialEq for GetCertificateOutputBuilder
impl PartialEq for GetCertificateOutputBuilder
source§fn eq(&self, other: &GetCertificateOutputBuilder) -> bool
fn eq(&self, other: &GetCertificateOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.