Struct aws_sdk_ec2::model::certificate_authentication::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CertificateAuthentication
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn client_root_certificate_chain(self, input: impl Into<String>) -> Self
pub fn client_root_certificate_chain(self, input: impl Into<String>) -> Self
The ARN of the client certificate.
sourcepub fn set_client_root_certificate_chain(self, input: Option<String>) -> Self
pub fn set_client_root_certificate_chain(self, input: Option<String>) -> Self
The ARN of the client certificate.
sourcepub fn build(self) -> CertificateAuthentication
pub fn build(self) -> CertificateAuthentication
Consumes the builder and constructs a CertificateAuthentication
.