public static interface GetStagesResponse.Builder extends ApiGatewayResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theStage.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 #item(List.
item - a consumer that will call methods on
Stage.Builder#item(java.util.Collection) Copyright © 2023. All rights reserved.