Class ConnectorKafkaClusterClientAuthenticationArgs.Builder

    • Method Detail

      • authenticationType

        public ConnectorKafkaClusterClientAuthenticationArgs.Builder authenticationType​(@Nullable
                                                                                        com.pulumi.core.Output<java.lang.String> authenticationType)
        Parameters:
        authenticationType - The type of client authentication used to connect to the Apache Kafka cluster. Valid values: `IAM`, `NONE`. A value of `NONE` means that no client authentication is used. The default value is `NONE`.
        Returns:
        builder
      • authenticationType

        public ConnectorKafkaClusterClientAuthenticationArgs.Builder authenticationType​(java.lang.String authenticationType)
        Parameters:
        authenticationType - The type of client authentication used to connect to the Apache Kafka cluster. Valid values: `IAM`, `NONE`. A value of `NONE` means that no client authentication is used. The default value is `NONE`.
        Returns:
        builder