public static interface SelfManagedKafkaAccessConfigurationCredentials.Builder extends SdkPojo, CopyableBuilder<SelfManagedKafkaAccessConfigurationCredentials.Builder,SelfManagedKafkaAccessConfigurationCredentials>
| Modifier and Type | Method and Description |
|---|---|
SelfManagedKafkaAccessConfigurationCredentials.Builder |
basicAuth(String basicAuth)
The ARN of the Secrets Manager secret.
|
SelfManagedKafkaAccessConfigurationCredentials.Builder |
clientCertificateTlsAuth(String clientCertificateTlsAuth)
The ARN of the Secrets Manager secret.
|
SelfManagedKafkaAccessConfigurationCredentials.Builder |
saslScram256Auth(String saslScram256Auth)
The ARN of the Secrets Manager secret.
|
SelfManagedKafkaAccessConfigurationCredentials.Builder |
saslScram512Auth(String saslScram512Auth)
The ARN of the Secrets Manager secret.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSelfManagedKafkaAccessConfigurationCredentials.Builder basicAuth(String basicAuth)
The ARN of the Secrets Manager secret.
basicAuth - The ARN of the Secrets Manager secret.SelfManagedKafkaAccessConfigurationCredentials.Builder clientCertificateTlsAuth(String clientCertificateTlsAuth)
The ARN of the Secrets Manager secret.
clientCertificateTlsAuth - The ARN of the Secrets Manager secret.SelfManagedKafkaAccessConfigurationCredentials.Builder saslScram256Auth(String saslScram256Auth)
The ARN of the Secrets Manager secret.
saslScram256Auth - The ARN of the Secrets Manager secret.SelfManagedKafkaAccessConfigurationCredentials.Builder saslScram512Auth(String saslScram512Auth)
The ARN of the Secrets Manager secret.
saslScram512Auth - The ARN of the Secrets Manager secret.Copyright © 2023. All rights reserved.