@Generated(value="software.amazon.awssdk:codegen") public final class SelfManagedKafkaAccessConfigurationCredentials extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SelfManagedKafkaAccessConfigurationCredentials.Builder,SelfManagedKafkaAccessConfigurationCredentials>
The Secrets Manager secret that stores your stream credentials.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SelfManagedKafkaAccessConfigurationCredentials.Builder |
static class |
SelfManagedKafkaAccessConfigurationCredentials.Type |
| Modifier and Type | Method and Description |
|---|---|
String |
basicAuth()
The ARN of the Secrets Manager secret.
|
static SelfManagedKafkaAccessConfigurationCredentials.Builder |
builder() |
String |
clientCertificateTlsAuth()
The ARN of the Secrets Manager secret.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
static SelfManagedKafkaAccessConfigurationCredentials |
fromBasicAuth(String basicAuth)
Create an instance of this class with
basicAuth() initialized to the given value. |
static SelfManagedKafkaAccessConfigurationCredentials |
fromClientCertificateTlsAuth(String clientCertificateTlsAuth)
Create an instance of this class with
clientCertificateTlsAuth() initialized to the given value. |
static SelfManagedKafkaAccessConfigurationCredentials |
fromSaslScram256Auth(String saslScram256Auth)
Create an instance of this class with
saslScram256Auth() initialized to the given value. |
static SelfManagedKafkaAccessConfigurationCredentials |
fromSaslScram512Auth(String saslScram512Auth)
Create an instance of this class with
saslScram512Auth() initialized to the given value. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
saslScram256Auth()
The ARN of the Secrets Manager secret.
|
String |
saslScram512Auth()
The ARN of the Secrets Manager secret.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SelfManagedKafkaAccessConfigurationCredentials.Builder> |
serializableBuilderClass() |
SelfManagedKafkaAccessConfigurationCredentials.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
SelfManagedKafkaAccessConfigurationCredentials.Type |
type()
Retrieve an enum value representing which member of this object is populated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String basicAuth()
The ARN of the Secrets Manager secret.
public final String clientCertificateTlsAuth()
The ARN of the Secrets Manager secret.
public final String saslScram256Auth()
The ARN of the Secrets Manager secret.
public final String saslScram512Auth()
The ARN of the Secrets Manager secret.
public SelfManagedKafkaAccessConfigurationCredentials.Builder toBuilder()
public static SelfManagedKafkaAccessConfigurationCredentials.Builder builder()
public static Class<? extends SelfManagedKafkaAccessConfigurationCredentials.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public static SelfManagedKafkaAccessConfigurationCredentials fromBasicAuth(String basicAuth)
basicAuth() initialized to the given value.
The ARN of the Secrets Manager secret.
basicAuth - The ARN of the Secrets Manager secret.public static SelfManagedKafkaAccessConfigurationCredentials fromClientCertificateTlsAuth(String clientCertificateTlsAuth)
clientCertificateTlsAuth() initialized to the given value.
The ARN of the Secrets Manager secret.
clientCertificateTlsAuth - The ARN of the Secrets Manager secret.public static SelfManagedKafkaAccessConfigurationCredentials fromSaslScram256Auth(String saslScram256Auth)
saslScram256Auth() initialized to the given value.
The ARN of the Secrets Manager secret.
saslScram256Auth - The ARN of the Secrets Manager secret.public static SelfManagedKafkaAccessConfigurationCredentials fromSaslScram512Auth(String saslScram512Auth)
saslScram512Auth() initialized to the given value.
The ARN of the Secrets Manager secret.
saslScram512Auth - The ARN of the Secrets Manager secret.public SelfManagedKafkaAccessConfigurationCredentials.Type type()
SelfManagedKafkaAccessConfigurationCredentials.Type.UNKNOWN_TO_SDK_VERSION if the
service returned a member that is only known to a newer SDK version.
When this class is created directly in your code, this will be SelfManagedKafkaAccessConfigurationCredentials.Type.UNKNOWN_TO_SDK_VERSION if zero
members are set, and null if more than one member is set.Copyright © 2023. All rights reserved.