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(Stage... item)
The current page of elements from this collection.
|
build
copy
apply, build
GetStagesResponse.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.