@Stability(value=Stable) public static final class CfnCertificate.Builder extends Object implements software.amazon.jsii.Builder<CfnCertificate>
CfnCertificate.| Modifier and Type | Method and Description |
|---|---|
CfnCertificate |
build() |
CfnCertificate.Builder |
certificateName(String certificateName)
The name of the certificate.
|
static CfnCertificate.Builder |
create(software.constructs.Construct scope,
String id) |
CfnCertificate.Builder |
domainName(String domainName)
The domain name of the certificate.
|
CfnCertificate.Builder |
subjectAlternativeNames(List<String> subjectAlternativeNames)
An array of strings that specify the alternate domains (such as `example.org` ) and subdomains (such as `blog.example.com` ) of the certificate.
|
CfnCertificate.Builder |
tags(List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
@Stability(value=Stable) public static CfnCertificate.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnCertificate.Builder.@Stability(value=Stable) public CfnCertificate.Builder certificateName(String certificateName)
certificateName - The name of the certificate. This parameter is required.this@Stability(value=Stable) public CfnCertificate.Builder domainName(String domainName)
domainName - The domain name of the certificate. This parameter is required.this@Stability(value=Stable) public CfnCertificate.Builder subjectAlternativeNames(List<String> subjectAlternativeNames)
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 parameter is required.this@Stability(value=Stable) public CfnCertificate.Builder tags(List<? extends CfnTag> tags)
For more information, see Tag in the AWS CloudFormation User Guide .
The
ValueofTagsis optional for Lightsail resources.
tags - An array of key-value pairs to apply to this resource. This parameter is required.this@Stability(value=Stable) public CfnCertificate build()
build in interface software.amazon.jsii.Builder<CfnCertificate>Copyright © 2022. All rights reserved.