public static interface GetPackageVersionHistoryRequest.Builder extends OpenSearchRequest.Builder, SdkPojo, CopyableBuilder<GetPackageVersionHistoryRequest.Builder,GetPackageVersionHistoryRequest>
| Modifier and Type | Method and Description |
|---|---|
GetPackageVersionHistoryRequest.Builder |
maxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
GetPackageVersionHistoryRequest.Builder |
nextToken(String nextToken)
If your initial
GetPackageVersionHistory operation returns a nextToken, you can
include the returned nextToken in subsequent GetPackageVersionHistory operations,
which returns results in the next page. |
GetPackageVersionHistoryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetPackageVersionHistoryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetPackageVersionHistoryRequest.Builder |
packageID(String packageID)
The unique identifier of the package.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPackageVersionHistoryRequest.Builder packageID(String packageID)
The unique identifier of the package.
packageID - The unique identifier of the package.GetPackageVersionHistoryRequest.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.GetPackageVersionHistoryRequest.Builder nextToken(String nextToken)
If your initial GetPackageVersionHistory operation returns a nextToken, you can
include the returned nextToken in subsequent GetPackageVersionHistory operations,
which returns results in the next page.
nextToken - If your initial GetPackageVersionHistory operation returns a nextToken, you
can include the returned nextToken in subsequent GetPackageVersionHistory
operations, which returns results in the next page.GetPackageVersionHistoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetPackageVersionHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.