Struct aws_sdk_acm::output::request_certificate_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for RequestCertificateOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn certificate_arn(self, input: impl Into<String>) -> Self
pub fn certificate_arn(self, input: impl Into<String>) -> Self
String that contains the ARN of the issued certificate. This must be of the form:
arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012
sourcepub fn set_certificate_arn(self, input: Option<String>) -> Self
pub fn set_certificate_arn(self, input: Option<String>) -> Self
String that contains the ARN of the issued certificate. This must be of the form:
arn:aws:acm:us-east-1:123456789012:certificate/12345678-1234-1234-1234-123456789012
sourcepub fn build(self) -> RequestCertificateOutput
pub fn build(self) -> RequestCertificateOutput
Consumes the builder and constructs a RequestCertificateOutput
.