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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetDocumentationVersionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetDocumentationVersionsRequest.Builder |
position(String position)
The current pagination position in the paged result set.
|
GetDocumentationVersionsRequest.Builder |
restApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetDocumentationVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.