public static interface GetGatewayResponsesRequest.Builder extends APIGatewayRequest.Builder, CopyableBuilder<GetGatewayResponsesRequest.Builder,GetGatewayResponsesRequest>
| Modifier and Type | Method and Description |
|---|---|
GetGatewayResponsesRequest.Builder |
limit(Integer limit)
The maximum number of returned results per page.
|
GetGatewayResponsesRequest.Builder |
position(String position)
The current pagination position in the paged result set.
|
GetGatewayResponsesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetGatewayResponsesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
GetGatewayResponsesRequest.Builder |
restApiId(String restApiId)
The string identifier of the associated RestApi.
|
buildrequestOverrideConfigcopyapply, buildGetGatewayResponsesRequest.Builder restApiId(String restApiId)
The string identifier of the associated RestApi.
restApiId - The string identifier of the associated RestApi.GetGatewayResponsesRequest.Builder position(String position)
The current pagination position in the paged result set. The GatewayResponse collection does not support pagination and the position does not apply here.
position - The current pagination position in the paged result set. The GatewayResponse collection does
not support pagination and the position does not apply here.GetGatewayResponsesRequest.Builder limit(Integer limit)
The maximum number of returned results per page. The GatewayResponses collection does not support pagination and the limit does not apply here.
limit - The maximum number of returned results per page. The GatewayResponses collection does not
support pagination and the limit does not apply here.GetGatewayResponsesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.GetGatewayResponsesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.