@Stability(value=Stable) public static final class CfnCluster.TlsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCluster.TlsProperty>
CfnCluster.TlsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCluster.TlsProperty |
build()
Builds the configured instance.
|
CfnCluster.TlsProperty.Builder |
certificateAuthorityArnList(List<String> certificateAuthorityArnList)
Sets the value of
CfnCluster.TlsProperty.getCertificateAuthorityArnList() |
CfnCluster.TlsProperty.Builder |
enabled(Boolean enabled)
Sets the value of
CfnCluster.TlsProperty.getEnabled() |
CfnCluster.TlsProperty.Builder |
enabled(IResolvable enabled)
Sets the value of
CfnCluster.TlsProperty.getEnabled() |
@Stability(value=Stable) public CfnCluster.TlsProperty.Builder certificateAuthorityArnList(List<String> certificateAuthorityArnList)
CfnCluster.TlsProperty.getCertificateAuthorityArnList()certificateAuthorityArnList - List of ACM Certificate Authority ARNs.this@Stability(value=Stable) public CfnCluster.TlsProperty.Builder enabled(Boolean enabled)
CfnCluster.TlsProperty.getEnabled()enabled - TLS authentication is enabled or not.this@Stability(value=Stable) public CfnCluster.TlsProperty.Builder enabled(IResolvable enabled)
CfnCluster.TlsProperty.getEnabled()enabled - TLS authentication is enabled or not.this@Stability(value=Stable) public CfnCluster.TlsProperty build()
build in interface software.amazon.jsii.Builder<CfnCluster.TlsProperty>CfnCluster.TlsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.