public static interface GetUpgradeHistoryRequest.Builder extends ElasticsearchRequest.Builder, SdkPojo, CopyableBuilder<GetUpgradeHistoryRequest.Builder,GetUpgradeHistoryRequest>
| Modifier and Type | Method and Description |
|---|---|
GetUpgradeHistoryRequest.Builder |
domainName(String domainName)
Sets the value of the DomainName property for this object.
|
GetUpgradeHistoryRequest.Builder |
maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.
|
GetUpgradeHistoryRequest.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
GetUpgradeHistoryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetUpgradeHistoryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildGetUpgradeHistoryRequest.Builder domainName(String domainName)
domainName - The new value for the DomainName property for this object.GetUpgradeHistoryRequest.Builder maxResults(Integer maxResults)
maxResults - The new value for the MaxResults property for this object.GetUpgradeHistoryRequest.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.GetUpgradeHistoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetUpgradeHistoryRequest.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.