public static final class CfnConnector.KafkaClusterClientAuthenticationProperty.Builder
extends java.lang.Object
CfnConnector.KafkaClusterClientAuthenticationProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnConnector.KafkaClusterClientAuthenticationProperty.Builder |
authenticationType(java.lang.String authenticationType)
|
CfnConnector.KafkaClusterClientAuthenticationProperty |
build()
Builds the configured instance.
|
public CfnConnector.KafkaClusterClientAuthenticationProperty.Builder authenticationType(java.lang.String authenticationType)
authenticationType
- The type of client authentication used to connect to the Apache Kafka cluster. This parameter is required.
Value NONE means that no client authentication is used.this
public CfnConnector.KafkaClusterClientAuthenticationProperty build()
CfnConnector.KafkaClusterClientAuthenticationProperty
java.lang.NullPointerException
- if any required attribute was not provided