Class KerberosAuthenticationSettings
- java.lang.Object
-
- software.amazon.awssdk.services.databasemigration.model.KerberosAuthenticationSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<KerberosAuthenticationSettings.Builder,KerberosAuthenticationSettings>
@Generated("software.amazon.awssdk:codegen") public final class KerberosAuthenticationSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<KerberosAuthenticationSettings.Builder,KerberosAuthenticationSettings>
Specifies the settings required for kerberos authentication when creating the replication instance.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceKerberosAuthenticationSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static KerberosAuthenticationSettings.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringkeyCacheSecretIamArn()Specifies the Amazon Resource Name (ARN) of the IAM role that grants Amazon Web Services DMS access to the secret containing key cache file for the kerberos authentication.StringkeyCacheSecretId()Specifies the ID of the secret that stores the key cache file required for kerberos authentication.Stringkrb5FileContents()Specifies the contents of krb5 configuration file required for kerberos authentication.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends KerberosAuthenticationSettings.Builder>serializableBuilderClass()KerberosAuthenticationSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
keyCacheSecretId
public final String keyCacheSecretId()
Specifies the ID of the secret that stores the key cache file required for kerberos authentication.
- Returns:
- Specifies the ID of the secret that stores the key cache file required for kerberos authentication.
-
keyCacheSecretIamArn
public final String keyCacheSecretIamArn()
Specifies the Amazon Resource Name (ARN) of the IAM role that grants Amazon Web Services DMS access to the secret containing key cache file for the kerberos authentication.
- Returns:
- Specifies the Amazon Resource Name (ARN) of the IAM role that grants Amazon Web Services DMS access to the secret containing key cache file for the kerberos authentication.
-
krb5FileContents
public final String krb5FileContents()
Specifies the contents of krb5 configuration file required for kerberos authentication.
- Returns:
- Specifies the contents of krb5 configuration file required for kerberos authentication.
-
toBuilder
public KerberosAuthenticationSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<KerberosAuthenticationSettings.Builder,KerberosAuthenticationSettings>
-
builder
public static KerberosAuthenticationSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends KerberosAuthenticationSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-