public static interface GetGatewayResponsesResponse.Builder extends ApiGatewayResponse.Builder, SdkPojo, CopyableBuilder<GetGatewayResponsesResponse.Builder,GetGatewayResponsesResponse>
| Modifier and Type | Method and Description |
|---|---|
GetGatewayResponsesResponse.Builder |
items(Collection<GatewayResponse> items)
Returns the entire collection, because of no pagination support.
|
GetGatewayResponsesResponse.Builder |
items(Consumer<GatewayResponse.Builder>... items)
Returns the entire collection, because of no pagination support.
|
GetGatewayResponsesResponse.Builder |
items(GatewayResponse... items)
Returns the entire collection, because of no pagination support.
|
GetGatewayResponsesResponse.Builder |
position(String position)
Sets the value of the Position property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetGatewayResponsesResponse.Builder position(String position)
position - The new value for the Position property for this object.GetGatewayResponsesResponse.Builder items(Collection<GatewayResponse> items)
Returns the entire collection, because of no pagination support.
items - Returns the entire collection, because of no pagination support.GetGatewayResponsesResponse.Builder items(GatewayResponse... items)
Returns the entire collection, because of no pagination support.
items - Returns the entire collection, because of no pagination support.GetGatewayResponsesResponse.Builder items(Consumer<GatewayResponse.Builder>... items)
Returns the entire collection, because of no pagination support.
This is a convenience method that creates an instance of theGatewayResponse.Builder avoiding the need to create
one manually via GatewayResponse.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #items(List.
items - a consumer that will call methods on
GatewayResponse.Builder#items(java.util.Collection) Copyright © 2023. All rights reserved.