public static interface GetRequestValidatorsRequest.Builder extends APIGatewayRequest.Builder, CopyableBuilder<GetRequestValidatorsRequest.Builder,GetRequestValidatorsRequest>
Modifier and Type | Method and Description |
---|---|
GetRequestValidatorsRequest.Builder |
limit(Integer limit)
The maximum number of returned results per page.
|
GetRequestValidatorsRequest.Builder |
position(String position)
The current pagination position in the paged result set.
|
GetRequestValidatorsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetRequestValidatorsRequest.Builder |
restApiId(String restApiId)
The string identifier of the associated RestApi.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
GetRequestValidatorsRequest.Builder restApiId(String restApiId)
The string identifier of the associated RestApi.
restApiId
- The string identifier of the associated RestApi.GetRequestValidatorsRequest.Builder position(String position)
The current pagination position in the paged result set.
position
- The current pagination position in the paged result set.GetRequestValidatorsRequest.Builder limit(Integer limit)
The maximum number of returned results per page.
limit
- The maximum number of returned results per page.GetRequestValidatorsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.