@Stability(value=Stable) public static final class CfnServerlessCluster.ClientAuthenticationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnServerlessCluster.ClientAuthenticationProperty>
CfnServerlessCluster.ClientAuthenticationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnServerlessCluster.ClientAuthenticationProperty |
build()
Builds the configured instance.
|
CfnServerlessCluster.ClientAuthenticationProperty.Builder |
sasl(CfnServerlessCluster.SaslProperty sasl)
Sets the value of
CfnServerlessCluster.ClientAuthenticationProperty.getSasl() |
CfnServerlessCluster.ClientAuthenticationProperty.Builder |
sasl(IResolvable sasl)
Sets the value of
CfnServerlessCluster.ClientAuthenticationProperty.getSasl() |
@Stability(value=Stable) public CfnServerlessCluster.ClientAuthenticationProperty.Builder sasl(IResolvable sasl)
CfnServerlessCluster.ClientAuthenticationProperty.getSasl()sasl - Details for client authentication using SASL. This parameter is required.
To turn on SASL, you must also turn on EncryptionInTransit by setting inCluster to true. You must set clientBroker to either TLS or TLS_PLAINTEXT . If you choose TLS_PLAINTEXT , then you must also set unauthenticated to true.this@Stability(value=Stable) public CfnServerlessCluster.ClientAuthenticationProperty.Builder sasl(CfnServerlessCluster.SaslProperty sasl)
CfnServerlessCluster.ClientAuthenticationProperty.getSasl()sasl - Details for client authentication using SASL. This parameter is required.
To turn on SASL, you must also turn on EncryptionInTransit by setting inCluster to true. You must set clientBroker to either TLS or TLS_PLAINTEXT . If you choose TLS_PLAINTEXT , then you must also set unauthenticated to true.this@Stability(value=Stable) public CfnServerlessCluster.ClientAuthenticationProperty build()
build in interface software.amazon.jsii.Builder<CfnServerlessCluster.ClientAuthenticationProperty>CfnServerlessCluster.ClientAuthenticationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.