@Stability(value=Stable) public static final class Certificate.Builder extends Object implements software.amazon.jsii.Builder<Certificate>
Certificate.| Modifier and Type | Method and Description |
|---|---|
Certificate |
build() |
static Certificate.Builder |
create(software.constructs.Construct scope,
String id) |
Certificate.Builder |
domainName(String domainName)
Fully-qualified domain name to request a certificate for.
|
Certificate.Builder |
subjectAlternativeNames(List<String> subjectAlternativeNames)
Alternative domain names on your certificate.
|
Certificate.Builder |
transparencyLoggingEnabled(Boolean transparencyLoggingEnabled)
Enable or disable transparency logging for this certificate.
|
Certificate.Builder |
validation(CertificateValidation validation)
How to validate this certificate.
|
@Stability(value=Stable) public static Certificate.Builder create(software.constructs.Construct scope, String id)
scope - This parameter is required.id - This parameter is required.Certificate.Builder.@Stability(value=Stable) public Certificate.Builder domainName(String domainName)
May contain wildcards, such as *.domain.com.
domainName - Fully-qualified domain name to request a certificate for. This parameter is required.this@Stability(value=Stable) public Certificate.Builder subjectAlternativeNames(List<String> subjectAlternativeNames)
Use this to register alternative domain names that represent the same site.
Default: - No additional FQDNs will be included as alternative domain names.
subjectAlternativeNames - Alternative domain names on your certificate. This parameter is required.this@Stability(value=Stable) public Certificate.Builder transparencyLoggingEnabled(Boolean transparencyLoggingEnabled)
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.
Default: true
transparencyLoggingEnabled - Enable or disable transparency logging for this certificate. This parameter is required.this@Stability(value=Stable) public Certificate.Builder validation(CertificateValidation validation)
Default: CertificateValidation.fromEmail()
validation - How to validate this certificate. This parameter is required.this@Stability(value=Stable) public Certificate build()
build in interface software.amazon.jsii.Builder<Certificate>Copyright © 2022. All rights reserved.