Interface AwsMskClusterClusterInfoEncryptionInfoEncryptionInTransitDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsMskClusterClusterInfoEncryptionInfoEncryptionInTransitDetails.Builder,AwsMskClusterClusterInfoEncryptionInfoEncryptionInTransitDetails>,SdkBuilder<AwsMskClusterClusterInfoEncryptionInfoEncryptionInTransitDetails.Builder,AwsMskClusterClusterInfoEncryptionInfoEncryptionInTransitDetails>,SdkPojo
- Enclosing class:
- AwsMskClusterClusterInfoEncryptionInfoEncryptionInTransitDetails
public static interface AwsMskClusterClusterInfoEncryptionInfoEncryptionInTransitDetails.Builder extends SdkPojo, CopyableBuilder<AwsMskClusterClusterInfoEncryptionInfoEncryptionInTransitDetails.Builder,AwsMskClusterClusterInfoEncryptionInfoEncryptionInTransitDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsMskClusterClusterInfoEncryptionInfoEncryptionInTransitDetails.BuilderclientBroker(String clientBroker)Indicates the encryption setting for data in transit between clients and brokers.AwsMskClusterClusterInfoEncryptionInfoEncryptionInTransitDetails.BuilderinCluster(Boolean inCluster)When set totrue, it indicates that data communication among the broker nodes of the cluster is encrypted.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
inCluster
AwsMskClusterClusterInfoEncryptionInfoEncryptionInTransitDetails.Builder inCluster(Boolean inCluster)
When set to
true, it indicates that data communication among the broker nodes of the cluster is encrypted. When set tofalse, the communication happens in plain text. The default value istrue.- Parameters:
inCluster- When set totrue, it indicates that data communication among the broker nodes of the cluster is encrypted. When set tofalse, the communication happens in plain text. The default value istrue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientBroker
AwsMskClusterClusterInfoEncryptionInfoEncryptionInTransitDetails.Builder clientBroker(String clientBroker)
Indicates the encryption setting for data in transit between clients and brokers.
- Parameters:
clientBroker- Indicates the encryption setting for data in transit between clients and brokers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-