Interface ListTypesResponse.Builder

    • Method Detail

      • types

        ListTypesResponse.Builder types​(Collection<Type> types)

        The Type objects.

        Parameters:
        types - The Type objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • types

        ListTypesResponse.Builder types​(Type... types)

        The Type objects.

        Parameters:
        types - The Type objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTypesResponse.Builder nextToken​(String nextToken)

        An identifier to pass in the next request to this operation to return the next set of items in the list.

        Parameters:
        nextToken - An identifier to pass in the next request to this operation to return the next set of items in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.