| Package | Description |
|---|---|
| software.amazon.awssdk.services.firehose.model |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationConfiguration.Builder |
AuthenticationConfiguration.builder() |
AuthenticationConfiguration.Builder |
AuthenticationConfiguration.Builder.connectivity(Connectivity connectivity)
The type of connectivity used to access the Amazon MSK cluster.
|
AuthenticationConfiguration.Builder |
AuthenticationConfiguration.Builder.connectivity(String connectivity)
The type of connectivity used to access the Amazon MSK cluster.
|
AuthenticationConfiguration.Builder |
AuthenticationConfiguration.Builder.roleARN(String roleARN)
The ARN of the role used to access the Amazon MSK cluster.
|
AuthenticationConfiguration.Builder |
AuthenticationConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AuthenticationConfiguration.Builder> |
AuthenticationConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default MSKSourceConfiguration.Builder |
MSKSourceConfiguration.Builder.authenticationConfiguration(Consumer<AuthenticationConfiguration.Builder> authenticationConfiguration)
The authentication configuration of the Amazon MSK cluster.
|
default MSKSourceDescription.Builder |
MSKSourceDescription.Builder.authenticationConfiguration(Consumer<AuthenticationConfiguration.Builder> authenticationConfiguration)
The authentication configuration of the Amazon MSK cluster.
|
Copyright © 2023. All rights reserved.