Interface ListDomainsResponse.Builder

    • Method Detail

      • domains

        ListDomainsResponse.Builder domains​(Collection<DomainSummary> domains)

        Information about the domains.

        Parameters:
        domains - Information about the domains.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domains

        ListDomainsResponse.Builder domains​(DomainSummary... domains)

        Information about the domains.

        Parameters:
        domains - Information about the domains.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListDomainsResponse.Builder nextToken​(String nextToken)

        The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.

        Parameters:
        nextToken - The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.