public static interface GetGatewayResponsesRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetGatewayResponsesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetGatewayResponsesRequest.Builder |
position(String position)
The current pagination position in the paged result set.
|
GetGatewayResponsesRequest.Builder |
restApiId(String restApiId)
The string identifier of the associated RestApi.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 default value is 25 and the maximum value is 500. The GatewayResponses collection does not support pagination and the limit does not apply here.
limit - The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
The GatewayResponses collection does not support pagination and the limit does not apply here.GetGatewayResponsesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetGatewayResponsesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.