public static interface GetStagesResponse.Builder extends APIGatewayResponse.Builder, CopyableBuilder<GetStagesResponse.Builder,GetStagesResponse>
| Modifier and Type | Method and Description |
|---|---|
GetStagesResponse.Builder |
item(Collection<Stage> item)
The current page of elements from this collection.
|
GetStagesResponse.Builder |
item(Consumer<Stage.Builder>... item)
The current page of elements from this collection.
|
GetStagesResponse.Builder |
item(Stage... item)
The current page of elements from this collection.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetStagesResponse.Builder item(Collection<Stage> item)
The current page of elements from this collection.
item - The current page of elements from this collection.GetStagesResponse.Builder item(Stage... item)
The current page of elements from this collection.
item - The current page of elements from this collection.GetStagesResponse.Builder item(Consumer<Stage.Builder>... item)
The current page of elements from this collection.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #item(List) .item - a consumer that will call methods on List.Builder #item(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.