Interface KerberosAuthenticationSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<KerberosAuthenticationSettings.Builder,KerberosAuthenticationSettings>,SdkBuilder<KerberosAuthenticationSettings.Builder,KerberosAuthenticationSettings>,SdkPojo
- Enclosing class:
- KerberosAuthenticationSettings
public static interface KerberosAuthenticationSettings.Builder extends SdkPojo, CopyableBuilder<KerberosAuthenticationSettings.Builder,KerberosAuthenticationSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KerberosAuthenticationSettings.BuilderkeyCacheSecretIamArn(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.KerberosAuthenticationSettings.BuilderkeyCacheSecretId(String keyCacheSecretId)Specifies the secret ID of the key cache for the replication instance.KerberosAuthenticationSettings.Builderkrb5FileContents(String krb5FileContents)Specifies the ID of the secret that stores the key cache file required for kerberos authentication of the replication instance.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
keyCacheSecretId
KerberosAuthenticationSettings.Builder keyCacheSecretId(String keyCacheSecretId)
Specifies the secret ID of the key cache for the replication instance.
- Parameters:
keyCacheSecretId- Specifies the secret ID of the key cache for the replication instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keyCacheSecretIamArn
KerberosAuthenticationSettings.Builder keyCacheSecretIamArn(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.
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
krb5FileContents
KerberosAuthenticationSettings.Builder krb5FileContents(String krb5FileContents)
Specifies the ID of the secret that stores the key cache file required for kerberos authentication of the replication instance.
- Parameters:
krb5FileContents- Specifies the ID of the secret that stores the key cache file required for kerberos authentication of the replication instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-