@Stability(value=Stable) public static final class CfnDomain.DomainEndpointOptionsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDomain.DomainEndpointOptionsProperty>
CfnDomain.DomainEndpointOptionsProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDomain.DomainEndpointOptionsProperty.Builder customEndpoint(String customEndpoint)
CfnDomain.DomainEndpointOptionsProperty.getCustomEndpoint()customEndpoint - The fully qualified URL for your custom endpoint.
Required if you enabled a custom endpoint for the domain.this@Stability(value=Stable) public CfnDomain.DomainEndpointOptionsProperty.Builder customEndpointCertificateArn(String customEndpointCertificateArn)
customEndpointCertificateArn - The AWS Certificate Manager ARN for your domain's SSL/TLS certificate.
Required if you enabled a custom endpoint for the domain.this@Stability(value=Stable) public CfnDomain.DomainEndpointOptionsProperty.Builder customEndpointEnabled(Boolean customEndpointEnabled)
CfnDomain.DomainEndpointOptionsProperty.getCustomEndpointEnabled()customEndpointEnabled - True to enable a custom endpoint for the domain.
If enabled, you must also provide values for CustomEndpoint and CustomEndpointCertificateArn .this@Stability(value=Stable) public CfnDomain.DomainEndpointOptionsProperty.Builder customEndpointEnabled(IResolvable customEndpointEnabled)
CfnDomain.DomainEndpointOptionsProperty.getCustomEndpointEnabled()customEndpointEnabled - True to enable a custom endpoint for the domain.
If enabled, you must also provide values for CustomEndpoint and CustomEndpointCertificateArn .this@Stability(value=Stable) public CfnDomain.DomainEndpointOptionsProperty.Builder enforceHttps(Boolean enforceHttps)
CfnDomain.DomainEndpointOptionsProperty.getEnforceHttps()enforceHttps - True to require that all traffic to the domain arrive over HTTPS.this@Stability(value=Stable) public CfnDomain.DomainEndpointOptionsProperty.Builder enforceHttps(IResolvable enforceHttps)
CfnDomain.DomainEndpointOptionsProperty.getEnforceHttps()enforceHttps - True to require that all traffic to the domain arrive over HTTPS.this@Stability(value=Stable) public CfnDomain.DomainEndpointOptionsProperty.Builder tlsSecurityPolicy(String tlsSecurityPolicy)
CfnDomain.DomainEndpointOptionsProperty.getTlsSecurityPolicy()tlsSecurityPolicy - The minimum TLS version required for traffic to the domain. Valid values are TLS 1.0 (default) or 1.2:.
Policy-Min-TLS-1-0-2019-07Policy-Min-TLS-1-2-2019-07this@Stability(value=Stable) public CfnDomain.DomainEndpointOptionsProperty build()
build in interface software.amazon.jsii.Builder<CfnDomain.DomainEndpointOptionsProperty>CfnDomain.DomainEndpointOptionsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.