Interface DomainSummary.Builder

    • Method Detail

      • domainName

        DomainSummary.Builder domainName​(String domainName)

        The name of the domain.

        Parameters:
        domainName - The name of the domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • displayName

        DomainSummary.Builder displayName​(String displayName)

        The name to display.

        Parameters:
        displayName - The name to display.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdTime

        DomainSummary.Builder createdTime​(Instant createdTime)

        The time that the domain was created.

        Parameters:
        createdTime - The time that the domain was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domainStatus

        DomainSummary.Builder domainStatus​(String domainStatus)

        The status of the domain.

        Parameters:
        domainStatus - The status of the domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DomainStatus, DomainStatus
      • domainStatus

        DomainSummary.Builder domainStatus​(DomainStatus domainStatus)

        The status of the domain.

        Parameters:
        domainStatus - The status of the domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DomainStatus, DomainStatus