@Stability(value=Stable) public static final class CfnCluster.ClientAuthenticationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCluster.ClientAuthenticationProperty>
CfnCluster.ClientAuthenticationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCluster.ClientAuthenticationProperty |
build()
Builds the configured instance.
|
CfnCluster.ClientAuthenticationProperty.Builder |
sasl(CfnCluster.SaslProperty sasl)
Sets the value of
CfnCluster.ClientAuthenticationProperty.getSasl() |
CfnCluster.ClientAuthenticationProperty.Builder |
sasl(IResolvable sasl)
Sets the value of
CfnCluster.ClientAuthenticationProperty.getSasl() |
CfnCluster.ClientAuthenticationProperty.Builder |
tls(CfnCluster.TlsProperty tls)
Sets the value of
CfnCluster.ClientAuthenticationProperty.getTls() |
CfnCluster.ClientAuthenticationProperty.Builder |
tls(IResolvable tls)
Sets the value of
CfnCluster.ClientAuthenticationProperty.getTls() |
@Stability(value=Stable) public CfnCluster.ClientAuthenticationProperty.Builder sasl(IResolvable sasl)
CfnCluster.ClientAuthenticationProperty.getSasl()sasl - `CfnCluster.ClientAuthenticationProperty.Sasl`.this@Stability(value=Stable) public CfnCluster.ClientAuthenticationProperty.Builder sasl(CfnCluster.SaslProperty sasl)
CfnCluster.ClientAuthenticationProperty.getSasl()sasl - `CfnCluster.ClientAuthenticationProperty.Sasl`.this@Stability(value=Stable) public CfnCluster.ClientAuthenticationProperty.Builder tls(IResolvable tls)
CfnCluster.ClientAuthenticationProperty.getTls()tls - `CfnCluster.ClientAuthenticationProperty.Tls`.this@Stability(value=Stable) public CfnCluster.ClientAuthenticationProperty.Builder tls(CfnCluster.TlsProperty tls)
CfnCluster.ClientAuthenticationProperty.getTls()tls - `CfnCluster.ClientAuthenticationProperty.Tls`.this@Stability(value=Stable) public CfnCluster.ClientAuthenticationProperty build()
build in interface software.amazon.jsii.Builder<CfnCluster.ClientAuthenticationProperty>CfnCluster.ClientAuthenticationPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.