Interface DomainMembership.Builder

    • Method Detail

      • domain

        DomainMembership.Builder domain​(String 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

        DomainMembership.Builder status​(String 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

        DomainMembership.Builder fqdn​(String 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.