Interface KerberosAuthenticationSettings.Builder

    • 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.