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
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 kerberos authentication.KerberosAuthenticationSettings.BuilderkeyCacheSecretId(String keyCacheSecretId)Specifies the ID of the secret that stores the key cache file required for kerberos authentication.KerberosAuthenticationSettings.Builderkrb5FileContents(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 Detail
-
keyCacheSecretId
KerberosAuthenticationSettings.Builder keyCacheSecretId(String 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
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 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
KerberosAuthenticationSettings.Builder krb5FileContents(String 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.
-
-