Interface GetDomainNamesResponse.Builder

    • Method Detail

      • items

        GetDomainNamesResponse.Builder items​(Collection<DomainName> items)

        The elements from this collection.

        Parameters:
        items - The elements from this collection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        GetDomainNamesResponse.Builder items​(DomainName... items)

        The elements from this collection.

        Parameters:
        items - The elements from this collection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetDomainNamesResponse.Builder nextToken​(String nextToken)

        The next page of elements from this collection. Not valid for the last element of the collection.

        Parameters:
        nextToken - The next page of elements from this collection. Not valid for the last element of the collection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.