public static interface ListVersionsRequest.Builder extends OpenSearchRequest.Builder, SdkPojo, CopyableBuilder<ListVersionsRequest.Builder,ListVersionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListVersionsRequest.Builder |
maxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
ListVersionsRequest.Builder |
nextToken(String nextToken)
If your initial
ListVersions operation returns a nextToken, you can include the
returned nextToken in subsequent ListVersions operations, which returns results in
the next page. |
ListVersionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListVersionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListVersionsRequest.Builder maxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return. You can use
nextToken to get the next page of results.
maxResults - An optional parameter that specifies the maximum number of results to return. You can use
nextToken to get the next page of results.ListVersionsRequest.Builder nextToken(String nextToken)
If your initial ListVersions operation returns a nextToken, you can include the
returned nextToken in subsequent ListVersions operations, which returns results in
the next page.
nextToken - If your initial ListVersions operation returns a nextToken, you can include
the returned nextToken in subsequent ListVersions operations, which returns
results in the next page.ListVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.