| Package | Description |
|---|---|
| software.amazon.awssdk.services.pipes.model |
| Modifier and Type | Method and Description |
|---|---|
SelfManagedKafkaAccessConfigurationCredentials |
UpdatePipeSourceSelfManagedKafkaParameters.credentials()
The credentials needed to access the resource.
|
SelfManagedKafkaAccessConfigurationCredentials |
PipeSourceSelfManagedKafkaParameters.credentials()
The credentials needed to access the resource.
|
static SelfManagedKafkaAccessConfigurationCredentials |
SelfManagedKafkaAccessConfigurationCredentials.fromBasicAuth(String basicAuth)
Create an instance of this class with
basicAuth() initialized to the given value. |
static SelfManagedKafkaAccessConfigurationCredentials |
SelfManagedKafkaAccessConfigurationCredentials.fromClientCertificateTlsAuth(String clientCertificateTlsAuth)
Create an instance of this class with
clientCertificateTlsAuth() initialized to the given value. |
static SelfManagedKafkaAccessConfigurationCredentials |
SelfManagedKafkaAccessConfigurationCredentials.fromSaslScram256Auth(String saslScram256Auth)
Create an instance of this class with
saslScram256Auth() initialized to the given value. |
static SelfManagedKafkaAccessConfigurationCredentials |
SelfManagedKafkaAccessConfigurationCredentials.fromSaslScram512Auth(String saslScram512Auth)
Create an instance of this class with
saslScram512Auth() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
UpdatePipeSourceSelfManagedKafkaParameters.Builder |
UpdatePipeSourceSelfManagedKafkaParameters.Builder.credentials(SelfManagedKafkaAccessConfigurationCredentials credentials)
The credentials needed to access the resource.
|
PipeSourceSelfManagedKafkaParameters.Builder |
PipeSourceSelfManagedKafkaParameters.Builder.credentials(SelfManagedKafkaAccessConfigurationCredentials credentials)
The credentials needed to access the resource.
|
Copyright © 2023. All rights reserved.