@Stability(value=Stable) public static final class CfnLoadBalancerTlsCertificateProps.Builder extends Object implements software.amazon.jsii.Builder<CfnLoadBalancerTlsCertificateProps>
CfnLoadBalancerTlsCertificateProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnLoadBalancerTlsCertificateProps.Builder certificateDomainName(String certificateDomainName)
CfnLoadBalancerTlsCertificateProps.getCertificateDomainName()certificateDomainName - The domain name for the SSL/TLS certificate. This parameter is required.
For example, example.com or www.example.com .this@Stability(value=Stable) public CfnLoadBalancerTlsCertificateProps.Builder certificateName(String certificateName)
CfnLoadBalancerTlsCertificateProps.getCertificateName()certificateName - The name of the SSL/TLS certificate. This parameter is required.this@Stability(value=Stable) public CfnLoadBalancerTlsCertificateProps.Builder loadBalancerName(String loadBalancerName)
CfnLoadBalancerTlsCertificateProps.getLoadBalancerName()loadBalancerName - The name of the load balancer that the SSL/TLS certificate is attached to. This parameter is required.this@Stability(value=Stable) public CfnLoadBalancerTlsCertificateProps.Builder certificateAlternativeNames(List<String> certificateAlternativeNames)
CfnLoadBalancerTlsCertificateProps.getCertificateAlternativeNames()certificateAlternativeNames - An array of alternative domain names and subdomain names for your SSL/TLS certificate.
In addition to the primary domain name, you can have up to nine alternative domain names. Wildcards (such as *.example.com ) are not supported.this@Stability(value=Stable) public CfnLoadBalancerTlsCertificateProps.Builder httpsRedirectionEnabled(Boolean httpsRedirectionEnabled)
CfnLoadBalancerTlsCertificateProps.getHttpsRedirectionEnabled()httpsRedirectionEnabled - A Boolean value indicating whether HTTPS redirection is enabled for the load balancer that the TLS certificate is attached to.this@Stability(value=Stable) public CfnLoadBalancerTlsCertificateProps.Builder httpsRedirectionEnabled(IResolvable httpsRedirectionEnabled)
CfnLoadBalancerTlsCertificateProps.getHttpsRedirectionEnabled()httpsRedirectionEnabled - A Boolean value indicating whether HTTPS redirection is enabled for the load balancer that the TLS certificate is attached to.this@Stability(value=Stable) public CfnLoadBalancerTlsCertificateProps.Builder isAttached(Boolean isAttached)
CfnLoadBalancerTlsCertificateProps.getIsAttached()isAttached - A Boolean value indicating whether the SSL/TLS certificate is attached to a Lightsail load balancer.this@Stability(value=Stable) public CfnLoadBalancerTlsCertificateProps.Builder isAttached(IResolvable isAttached)
CfnLoadBalancerTlsCertificateProps.getIsAttached()isAttached - A Boolean value indicating whether the SSL/TLS certificate is attached to a Lightsail load balancer.this@Stability(value=Stable) public CfnLoadBalancerTlsCertificateProps build()
build in interface software.amazon.jsii.Builder<CfnLoadBalancerTlsCertificateProps>CfnLoadBalancerTlsCertificatePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.