@Stability(value=Stable) public static final class CfnCertificateProps.Builder extends Object implements software.amazon.jsii.Builder<CfnCertificateProps>
CfnCertificateProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCertificateProps |
build()
Builds the configured instance.
|
CfnCertificateProps.Builder |
certificateName(String certificateName)
Sets the value of
CfnCertificateProps.getCertificateName() |
CfnCertificateProps.Builder |
domainName(String domainName)
Sets the value of
CfnCertificateProps.getDomainName() |
CfnCertificateProps.Builder |
subjectAlternativeNames(List<String> subjectAlternativeNames)
Sets the value of
CfnCertificateProps.getSubjectAlternativeNames() |
CfnCertificateProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnCertificateProps.getTags() |
@Stability(value=Stable) public CfnCertificateProps.Builder certificateName(String certificateName)
CfnCertificateProps.getCertificateName()certificateName - The name of the certificate. This parameter is required.this@Stability(value=Stable) public CfnCertificateProps.Builder domainName(String domainName)
CfnCertificateProps.getDomainName()domainName - The domain name of the certificate. This parameter is required.this@Stability(value=Stable) public CfnCertificateProps.Builder subjectAlternativeNames(List<String> subjectAlternativeNames)
CfnCertificateProps.getSubjectAlternativeNames()subjectAlternativeNames - An array of strings that specify the alternate domains (such as `example.org` ) and subdomains (such as `blog.example.com` ) of the certificate.this@Stability(value=Stable) public CfnCertificateProps.Builder tags(List<? extends CfnTag> tags)
CfnCertificateProps.getTags()tags - An array of key-value pairs to apply to this resource.
For more information, see Tag in the AWS CloudFormation User Guide .
The
ValueofTagsis optional for Lightsail resources.
this@Stability(value=Stable) public CfnCertificateProps build()
build in interface software.amazon.jsii.Builder<CfnCertificateProps>CfnCertificatePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.