@Stability(value=Stable) public static final class CfnCluster.EncryptionInTransitProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCluster.EncryptionInTransitProperty>
CfnCluster.EncryptionInTransitProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCluster.EncryptionInTransitProperty |
build()
Builds the configured instance.
|
CfnCluster.EncryptionInTransitProperty.Builder |
clientBroker(String clientBroker)
Sets the value of
CfnCluster.EncryptionInTransitProperty.getClientBroker() |
CfnCluster.EncryptionInTransitProperty.Builder |
inCluster(Boolean inCluster)
Sets the value of
CfnCluster.EncryptionInTransitProperty.getInCluster() |
CfnCluster.EncryptionInTransitProperty.Builder |
inCluster(IResolvable inCluster)
Sets the value of
CfnCluster.EncryptionInTransitProperty.getInCluster() |
@Stability(value=Stable) public CfnCluster.EncryptionInTransitProperty.Builder clientBroker(String clientBroker)
CfnCluster.EncryptionInTransitProperty.getClientBroker()clientBroker - Indicates the encryption setting for data in transit between clients and brokers. The following are the possible values.
TLS means that client-broker communication is enabled with TLS only.TLS_PLAINTEXT means that client-broker communication is enabled for both TLS-encrypted, as well as plain text data.PLAINTEXT means that client-broker communication is enabled in plain text only.
The default value is TLS .
this@Stability(value=Stable) public CfnCluster.EncryptionInTransitProperty.Builder inCluster(Boolean inCluster)
CfnCluster.EncryptionInTransitProperty.getInCluster()inCluster - When set to true, it indicates that data communication among the broker nodes of the cluster is encrypted.
When set to false, the communication happens in plain text. The default value is true.this@Stability(value=Stable) public CfnCluster.EncryptionInTransitProperty.Builder inCluster(IResolvable inCluster)
CfnCluster.EncryptionInTransitProperty.getInCluster()inCluster - When set to true, it indicates that data communication among the broker nodes of the cluster is encrypted.
When set to false, the communication happens in plain text. The default value is true.this@Stability(value=Stable) public CfnCluster.EncryptionInTransitProperty build()
build in interface software.amazon.jsii.Builder<CfnCluster.EncryptionInTransitProperty>CfnCluster.EncryptionInTransitPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.