Interface GetApisResponse.Builder

All Superinterfaces:
ApiGatewayV2Response.Builder, AwsResponse.Builder, Buildable, CopyableBuilder<GetApisResponse.Builder,GetApisResponse>, SdkBuilder<GetApisResponse.Builder,GetApisResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetApisResponse

public static interface GetApisResponse.Builder extends ApiGatewayV2Response.Builder, SdkPojo, CopyableBuilder<GetApisResponse.Builder,GetApisResponse>
  • Method Details

    • 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

      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<Api>).

      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:
    • 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.