Interface GetStagesResponse.Builder

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

public static interface GetStagesResponse.Builder extends ApiGatewayV2Response.Builder, SdkPojo, CopyableBuilder<GetStagesResponse.Builder,GetStagesResponse>
  • 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

      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 Stage.Builder avoiding the need to create one manually via Stage.builder().

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

      Parameters:
      items - a consumer that will call methods on Stage.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

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