Interface DomainResult.Builder

    • Method Detail

      • domain

        DomainResult.Builder domain​(String domain)

        The specified domain.

        Parameters:
        domain - The specified domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        DomainResult.Builder status​(String status)

        Whether the domain is active or inactive.

        Parameters:
        status - Whether the domain is active or inactive.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DomainStatus, DomainStatus
      • status

        DomainResult.Builder status​(DomainStatus status)

        Whether the domain is active or inactive.

        Parameters:
        status - Whether the domain is active or inactive.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DomainStatus, DomainStatus