public static interface GetUpgradeHistoryRequest.Builder extends OpenSearchRequest.Builder, SdkPojo, CopyableBuilder<GetUpgradeHistoryRequest.Builder,GetUpgradeHistoryRequest>
| Modifier and Type | Method and Description |
|---|---|
GetUpgradeHistoryRequest.Builder |
domainName(String domainName)
The name of an existing domain.
|
GetUpgradeHistoryRequest.Builder |
maxResults(Integer maxResults)
An optional parameter that specifies the maximum number of results to return.
|
GetUpgradeHistoryRequest.Builder |
nextToken(String nextToken)
If your initial
GetUpgradeHistory operation returns a nextToken, you can include
the returned nextToken in subsequent GetUpgradeHistory operations, which returns
results in the next page. |
GetUpgradeHistoryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetUpgradeHistoryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetUpgradeHistoryRequest.Builder domainName(String domainName)
The name of an existing domain.
domainName - The name of an existing domain.GetUpgradeHistoryRequest.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.GetUpgradeHistoryRequest.Builder nextToken(String nextToken)
If your initial GetUpgradeHistory operation returns a nextToken, you can include
the returned nextToken in subsequent GetUpgradeHistory operations, which returns
results in the next page.
nextToken - If your initial GetUpgradeHistory operation returns a nextToken, you can
include the returned nextToken in subsequent GetUpgradeHistory operations,
which returns results in the next page.GetUpgradeHistoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetUpgradeHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.