@Stability(value=Experimental) public static final class EncryptionInTransitConfig.Builder extends Object implements software.amazon.jsii.Builder<EncryptionInTransitConfig>
EncryptionInTransitConfig| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
EncryptionInTransitConfig |
build()
Builds the configured instance.
|
EncryptionInTransitConfig.Builder |
clientBroker(ClientBrokerEncryption clientBroker)
Sets the value of
EncryptionInTransitConfig.getClientBroker() |
EncryptionInTransitConfig.Builder |
enableInCluster(Boolean enableInCluster)
Sets the value of
EncryptionInTransitConfig.getEnableInCluster() |
@Stability(value=Experimental) public EncryptionInTransitConfig.Builder clientBroker(ClientBrokerEncryption clientBroker)
EncryptionInTransitConfig.getClientBroker()clientBroker - Indicates the encryption setting for data in transit between clients and brokers.this@Stability(value=Experimental) public EncryptionInTransitConfig.Builder enableInCluster(Boolean enableInCluster)
EncryptionInTransitConfig.getEnableInCluster()enableInCluster - Indicates that data communication among the broker nodes of the cluster is encrypted.this@Stability(value=Experimental) public EncryptionInTransitConfig build()
build in interface software.amazon.jsii.Builder<EncryptionInTransitConfig>EncryptionInTransitConfigNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.