Interface ListDomainsResponse.Builder

    • Method Detail

      • items

        ListDomainsResponse.Builder items​(Collection<ListDomainItem> items)

        The list of ListDomains instances.

        Parameters:
        items - The list of ListDomains instances.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        ListDomainsResponse.Builder items​(ListDomainItem... items)

        The list of ListDomains instances.

        Parameters:
        items - The list of ListDomains instances.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListDomainsResponse.Builder nextToken​(String nextToken)

        The pagination token from the previous ListDomains API call.

        Parameters:
        nextToken - The pagination token from the previous ListDomains API call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.