public static interface UpgradeElasticsearchDomainRequest.Builder extends ElasticsearchRequest.Builder, SdkPojo, CopyableBuilder<UpgradeElasticsearchDomainRequest.Builder,UpgradeElasticsearchDomainRequest>
| Modifier and Type | Method and Description | 
|---|---|
UpgradeElasticsearchDomainRequest.Builder | 
domainName(String domainName)
Sets the value of the DomainName property for this object. 
 | 
UpgradeElasticsearchDomainRequest.Builder | 
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration. 
 | 
UpgradeElasticsearchDomainRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
UpgradeElasticsearchDomainRequest.Builder | 
performCheckOnly(Boolean performCheckOnly)
 This flag, when set to True, indicates that an Upgrade Eligibility Check needs to be performed. 
 | 
UpgradeElasticsearchDomainRequest.Builder | 
targetVersion(String targetVersion)
 The version of Elasticsearch that you intend to upgrade the domain to. 
 | 
buildoverrideConfigurationcopyapplyMutation, buildUpgradeElasticsearchDomainRequest.Builder domainName(String domainName)
domainName - The new value for the DomainName property for this object.UpgradeElasticsearchDomainRequest.Builder targetVersion(String targetVersion)
The version of Elasticsearch that you intend to upgrade the domain to.
targetVersion - The version of Elasticsearch that you intend to upgrade the domain to.UpgradeElasticsearchDomainRequest.Builder performCheckOnly(Boolean performCheckOnly)
This flag, when set to True, indicates that an Upgrade Eligibility Check needs to be performed. This will not actually perform the Upgrade.
performCheckOnly - This flag, when set to True, indicates that an Upgrade Eligibility Check needs to be performed. This
        will not actually perform the Upgrade.UpgradeElasticsearchDomainRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpgradeElasticsearchDomainRequest.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.