public static interface GetDocumentationVersionsRequest.Builder extends APIGatewayRequest.Builder, CopyableBuilder<GetDocumentationVersionsRequest.Builder,GetDocumentationVersionsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetDocumentationVersionsRequest.Builder |
limit(Integer limit)
The maximum number of returned results per page.
|
GetDocumentationVersionsRequest.Builder |
position(String position)
The current pagination position in the paged result set.
|
GetDocumentationVersionsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetDocumentationVersionsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
GetDocumentationVersionsRequest.Builder |
restApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
|
buildrequestOverrideConfigcopyapply, buildGetDocumentationVersionsRequest.Builder restApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
restApiId - [Required] The string identifier of the associated RestApi.GetDocumentationVersionsRequest.Builder position(String position)
The current pagination position in the paged result set.
position - The current pagination position in the paged result set.GetDocumentationVersionsRequest.Builder limit(Integer limit)
The maximum number of returned results per page.
limit - The maximum number of returned results per page.GetDocumentationVersionsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.GetDocumentationVersionsRequest.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.