| Modifier and Type | Method and Description |
|---|---|
default AuthenticationMethod |
SelfManagedKafkaEventSourceProps.getAuthenticationMethod()
The authentication method for your Kafka cluster.
|
AuthenticationMethod |
SelfManagedKafkaEventSourceProps.Jsii$Proxy.getAuthenticationMethod() |
static AuthenticationMethod |
AuthenticationMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationMethod[] |
AuthenticationMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SelfManagedKafkaEventSource.Builder |
SelfManagedKafkaEventSource.Builder.authenticationMethod(AuthenticationMethod authenticationMethod)
The authentication method for your Kafka cluster.
|
SelfManagedKafkaEventSourceProps.Builder |
SelfManagedKafkaEventSourceProps.Builder.authenticationMethod(AuthenticationMethod authenticationMethod)
Sets the value of
SelfManagedKafkaEventSourceProps.getAuthenticationMethod() |
Copyright © 2022. All rights reserved.