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