| Package | Description |
|---|---|
| software.amazon.awssdk.services.pipes.model |
| Modifier and Type | Method and Description |
|---|---|
SelfManagedKafkaAccessConfigurationCredentials.Builder |
SelfManagedKafkaAccessConfigurationCredentials.Builder.basicAuth(String basicAuth)
The ARN of the Secrets Manager secret.
|
static SelfManagedKafkaAccessConfigurationCredentials.Builder |
SelfManagedKafkaAccessConfigurationCredentials.builder() |
SelfManagedKafkaAccessConfigurationCredentials.Builder |
SelfManagedKafkaAccessConfigurationCredentials.Builder.clientCertificateTlsAuth(String clientCertificateTlsAuth)
The ARN of the Secrets Manager secret.
|
SelfManagedKafkaAccessConfigurationCredentials.Builder |
SelfManagedKafkaAccessConfigurationCredentials.Builder.saslScram256Auth(String saslScram256Auth)
The ARN of the Secrets Manager secret.
|
SelfManagedKafkaAccessConfigurationCredentials.Builder |
SelfManagedKafkaAccessConfigurationCredentials.Builder.saslScram512Auth(String saslScram512Auth)
The ARN of the Secrets Manager secret.
|
SelfManagedKafkaAccessConfigurationCredentials.Builder |
SelfManagedKafkaAccessConfigurationCredentials.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SelfManagedKafkaAccessConfigurationCredentials.Builder> |
SelfManagedKafkaAccessConfigurationCredentials.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdatePipeSourceSelfManagedKafkaParameters.Builder |
UpdatePipeSourceSelfManagedKafkaParameters.Builder.credentials(Consumer<SelfManagedKafkaAccessConfigurationCredentials.Builder> credentials)
The credentials needed to access the resource.
|
default PipeSourceSelfManagedKafkaParameters.Builder |
PipeSourceSelfManagedKafkaParameters.Builder.credentials(Consumer<SelfManagedKafkaAccessConfigurationCredentials.Builder> credentials)
The credentials needed to access the resource.
|
Copyright © 2023. All rights reserved.