Struct aws_sdk_apigateway::operation::generate_client_certificate::builders::GenerateClientCertificateOutputBuilder
source · #[non_exhaustive]pub struct GenerateClientCertificateOutputBuilder { /* private fields */ }
Expand description
A builder for GenerateClientCertificateOutput
.
Implementations§
source§impl GenerateClientCertificateOutputBuilder
impl GenerateClientCertificateOutputBuilder
sourcepub fn client_certificate_id(self, input: impl Into<String>) -> Self
pub fn client_certificate_id(self, input: impl Into<String>) -> Self
The identifier of the client certificate.
sourcepub fn set_client_certificate_id(self, input: Option<String>) -> Self
pub fn set_client_certificate_id(self, input: Option<String>) -> Self
The identifier of the client certificate.
sourcepub fn get_client_certificate_id(&self) -> &Option<String>
pub fn get_client_certificate_id(&self) -> &Option<String>
The identifier of the client certificate.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description of the client certificate.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description of the client certificate.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The description of the client certificate.
sourcepub fn pem_encoded_certificate(self, input: impl Into<String>) -> Self
pub fn pem_encoded_certificate(self, input: impl Into<String>) -> Self
The PEM-encoded public key of the client certificate, which can be used to configure certificate authentication in the integration endpoint .
sourcepub fn set_pem_encoded_certificate(self, input: Option<String>) -> Self
pub fn set_pem_encoded_certificate(self, input: Option<String>) -> Self
The PEM-encoded public key of the client certificate, which can be used to configure certificate authentication in the integration endpoint .
sourcepub fn get_pem_encoded_certificate(&self) -> &Option<String>
pub fn get_pem_encoded_certificate(&self) -> &Option<String>
The PEM-encoded public key of the client certificate, which can be used to configure certificate authentication in the integration endpoint .
sourcepub fn created_date(self, input: DateTime) -> Self
pub fn created_date(self, input: DateTime) -> Self
The timestamp when the client certificate was created.
sourcepub fn set_created_date(self, input: Option<DateTime>) -> Self
pub fn set_created_date(self, input: Option<DateTime>) -> Self
The timestamp when the client certificate was created.
sourcepub fn get_created_date(&self) -> &Option<DateTime>
pub fn get_created_date(&self) -> &Option<DateTime>
The timestamp when the client certificate was created.
sourcepub fn expiration_date(self, input: DateTime) -> Self
pub fn expiration_date(self, input: DateTime) -> Self
The timestamp when the client certificate will expire.
sourcepub fn set_expiration_date(self, input: Option<DateTime>) -> Self
pub fn set_expiration_date(self, input: Option<DateTime>) -> Self
The timestamp when the client certificate will expire.
sourcepub fn get_expiration_date(&self) -> &Option<DateTime>
pub fn get_expiration_date(&self) -> &Option<DateTime>
The timestamp when the client certificate will expire.
Adds a key-value pair to tags
.
To override the contents of this collection use set_tags
.
The collection of tags. Each tag element is associated with a given resource.
The collection of tags. Each tag element is associated with a given resource.
The collection of tags. Each tag element is associated with a given resource.
sourcepub fn build(self) -> GenerateClientCertificateOutput
pub fn build(self) -> GenerateClientCertificateOutput
Consumes the builder and constructs a GenerateClientCertificateOutput
.
Trait Implementations§
source§impl Clone for GenerateClientCertificateOutputBuilder
impl Clone for GenerateClientCertificateOutputBuilder
source§fn clone(&self) -> GenerateClientCertificateOutputBuilder
fn clone(&self) -> GenerateClientCertificateOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for GenerateClientCertificateOutputBuilder
impl Default for GenerateClientCertificateOutputBuilder
source§fn default() -> GenerateClientCertificateOutputBuilder
fn default() -> GenerateClientCertificateOutputBuilder
source§impl PartialEq for GenerateClientCertificateOutputBuilder
impl PartialEq for GenerateClientCertificateOutputBuilder
source§fn eq(&self, other: &GenerateClientCertificateOutputBuilder) -> bool
fn eq(&self, other: &GenerateClientCertificateOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.