Interface DomainMembership.Builder

  • Method Details

    • domain

      The identifier of the Active Directory Domain.

      Parameters:
      domain - The identifier of the Active Directory Domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).

      Parameters:
      status - The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fqdn

      The fully qualified domain name of the Active Directory Domain.

      Parameters:
      fqdn - The fully qualified domain name of the Active Directory Domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • iamRoleName

      DomainMembership.Builder iamRoleName(String iamRoleName)

      The name of the IAM role to be used when making API calls to the Directory Service.

      Parameters:
      iamRoleName - The name of the IAM role to be used when making API calls to the Directory Service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.