Class CfnConnectorPropsMixin.KafkaClusterClientAuthenticationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kafkaconnect.CfnConnectorPropsMixin.KafkaClusterClientAuthenticationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnectorPropsMixin.KafkaClusterClientAuthenticationProperty>
- Enclosing interface:
CfnConnectorPropsMixin.KafkaClusterClientAuthenticationProperty
@Stability(Stable)
public static final class CfnConnectorPropsMixin.KafkaClusterClientAuthenticationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnectorPropsMixin.KafkaClusterClientAuthenticationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthenticationType(String authenticationType) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
authenticationType
@Stability(Stable) public CfnConnectorPropsMixin.KafkaClusterClientAuthenticationProperty.Builder authenticationType(String authenticationType) Sets the value ofCfnConnectorPropsMixin.KafkaClusterClientAuthenticationProperty.getAuthenticationType()- Parameters:
authenticationType- The type of client authentication used to connect to the Apache Kafka cluster. Value NONE means that no client authentication is used.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnectorPropsMixin.KafkaClusterClientAuthenticationProperty>- Returns:
- a new instance of
CfnConnectorPropsMixin.KafkaClusterClientAuthenticationProperty - Throws:
NullPointerException- if any required attribute was not provided
-