| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
static Unauthenticated.Builder |
Unauthenticated.builder() |
Unauthenticated.Builder |
Unauthenticated.Builder.enabled(Boolean enabled)
Specifies whether you want to turn on or turn off unauthenticated traffic to your cluster.
|
Unauthenticated.Builder |
Unauthenticated.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Unauthenticated.Builder> |
Unauthenticated.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ClientAuthentication.Builder |
ClientAuthentication.Builder.unauthenticated(Consumer<Unauthenticated.Builder> unauthenticated)
Contains information about unauthenticated traffic to the cluster.
|
Copyright © 2023. All rights reserved.