Interface KerberosAuthenticationSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<KerberosAuthenticationSettings.Builder,
,KerberosAuthenticationSettings> SdkBuilder<KerberosAuthenticationSettings.Builder,
,KerberosAuthenticationSettings> SdkPojo
- Enclosing class:
KerberosAuthenticationSettings
@Mutable
@NotThreadSafe
public static interface KerberosAuthenticationSettings.Builder
extends SdkPojo, CopyableBuilder<KerberosAuthenticationSettings.Builder,KerberosAuthenticationSettings>
-
Method Summary
Modifier and TypeMethodDescriptionkeyCacheSecretIamArn
(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.keyCacheSecretId
(String keyCacheSecretId) Specifies the ID of the secret that stores the key cache file required for kerberos authentication.krb5FileContents
(String krb5FileContents) Specifies the contents of krb5 configuration file required for kerberos authentication.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 Details
-
keyCacheSecretId
Specifies the ID of the secret that stores the key cache file required for kerberos authentication.
- Parameters:
keyCacheSecretId
- Specifies the ID of the secret that stores the key cache file required for kerberos authentication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- 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 kerberos authentication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
krb5FileContents
Specifies the contents of krb5 configuration file required for kerberos authentication.
- Parameters:
krb5FileContents
- Specifies the contents of krb5 configuration file required for kerberos authentication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-