@Stability(value=Stable) public static final class CertificateProps.Builder extends Object implements software.amazon.jsii.Builder<CertificateProps>
CertificateProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CertificateProps |
build()
Builds the configured instance.
|
CertificateProps.Builder |
domainName(String domainName)
Sets the value of
CertificateProps.getDomainName() |
CertificateProps.Builder |
subjectAlternativeNames(List<String> subjectAlternativeNames)
Sets the value of
CertificateProps.getSubjectAlternativeNames() |
CertificateProps.Builder |
transparencyLoggingEnabled(Boolean transparencyLoggingEnabled)
Sets the value of
CertificateProps.getTransparencyLoggingEnabled() |
CertificateProps.Builder |
validation(CertificateValidation validation)
Sets the value of
CertificateProps.getValidation() |
@Stability(value=Stable) public CertificateProps.Builder domainName(String domainName)
CertificateProps.getDomainName()domainName - Fully-qualified domain name to request a certificate for. This parameter is required.
May contain wildcards, such as *.domain.com.this@Stability(value=Stable) public CertificateProps.Builder subjectAlternativeNames(List<String> subjectAlternativeNames)
CertificateProps.getSubjectAlternativeNames()subjectAlternativeNames - Alternative domain names on your certificate.
Use this to register alternative domain names that represent the same site.this@Stability(value=Stable) public CertificateProps.Builder transparencyLoggingEnabled(Boolean transparencyLoggingEnabled)
CertificateProps.getTransparencyLoggingEnabled()transparencyLoggingEnabled - Enable or disable transparency logging for this certificate.
Once a certificate has been logged, it cannot be removed from the log.
Opting out at that point will have no effect. If you opt out of logging
when you request a certificate and then choose later to opt back in,
your certificate will not be logged until it is renewed.
If you want the certificate to be logged immediately, we recommend that you issue a new one.this@Stability(value=Stable) public CertificateProps.Builder validation(CertificateValidation validation)
CertificateProps.getValidation()validation - How to validate this certificate.this@Stability(value=Stable) public CertificateProps build()
build in interface software.amazon.jsii.Builder<CertificateProps>CertificatePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.