Interface KafkaClusterEncryptionInTransitDescription.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<KafkaClusterEncryptionInTransitDescription.Builder,KafkaClusterEncryptionInTransitDescription>,SdkBuilder<KafkaClusterEncryptionInTransitDescription.Builder,KafkaClusterEncryptionInTransitDescription>,SdkPojo
- Enclosing class:
- KafkaClusterEncryptionInTransitDescription
public static interface KafkaClusterEncryptionInTransitDescription.Builder extends SdkPojo, CopyableBuilder<KafkaClusterEncryptionInTransitDescription.Builder,KafkaClusterEncryptionInTransitDescription>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KafkaClusterEncryptionInTransitDescription.BuilderencryptionType(String encryptionType)The type of encryption in transit to the Apache Kafka cluster.KafkaClusterEncryptionInTransitDescription.BuilderencryptionType(KafkaClusterEncryptionInTransitType encryptionType)The type of encryption in transit to the Apache Kafka cluster.-
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
-
encryptionType
KafkaClusterEncryptionInTransitDescription.Builder encryptionType(String 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:
KafkaClusterEncryptionInTransitType,KafkaClusterEncryptionInTransitType
-
encryptionType
KafkaClusterEncryptionInTransitDescription.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:
KafkaClusterEncryptionInTransitType,KafkaClusterEncryptionInTransitType
-
-