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 using Kerberos authentication settings for use with DMS.
- 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 replication instance.StringkeyCacheSecretId()Specifies the secret ID of the key cache for the replication instance.Stringkrb5FileContents()Specifies the ID of the secret that stores the key cache file required for kerberos authentication of the replication instance.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 secret ID of the key cache for the replication instance.
- Returns:
- Specifies the secret ID of the key cache for the replication instance.
-
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 replication instance.
- 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 replication instance.
-
krb5FileContents
public final String krb5FileContents()
Specifies the ID of the secret that stores the key cache file required for kerberos authentication of the replication instance.
- Returns:
- Specifies the ID of the secret that stores the key cache file required for kerberos authentication of the replication instance.
-
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
-
-