Interface GetApisResponse.Builder

    • Method Detail

      • items

        GetApisResponse.Builder items​(Collection<Api> 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

        GetApisResponse.Builder items​(Api... 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

        GetApisResponse.Builder items​(Consumer<Api.Builder>... items)

        The elements from this collection.

        This is a convenience method that creates an instance of the Api.Builder avoiding the need to create one manually via Api.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #items(List).

        Parameters:
        items - a consumer that will call methods on Api.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #items(java.util.Collection)
      • nextToken

        GetApisResponse.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.