Interface KafkaClusterEncryptionInTransit.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<KafkaClusterEncryptionInTransit.Builder,,- KafkaClusterEncryptionInTransit> - SdkBuilder<KafkaClusterEncryptionInTransit.Builder,,- KafkaClusterEncryptionInTransit> - SdkPojo
- Enclosing class:
- KafkaClusterEncryptionInTransit
@Mutable
@NotThreadSafe
public static interface KafkaClusterEncryptionInTransit.Builder
extends SdkPojo, CopyableBuilder<KafkaClusterEncryptionInTransit.Builder,KafkaClusterEncryptionInTransit> 
- 
Method SummaryModifier and TypeMethodDescriptionencryptionType(String encryptionType) The type of encryption in transit to the Apache Kafka cluster.encryptionType(KafkaClusterEncryptionInTransitType encryptionType) The type of encryption in transit to the Apache Kafka cluster.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
encryptionTypeThe type of encryption in transit to the Apache Kafka cluster. - Parameters:
- encryptionType- The type of encryption in transit to the Apache Kafka cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
encryptionTypeKafkaClusterEncryptionInTransit.Builder encryptionType(KafkaClusterEncryptionInTransitType encryptionType) The type of encryption in transit to the Apache Kafka cluster. - Parameters:
- encryptionType- The type of encryption in transit to the Apache Kafka cluster.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-