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) |
UpgradeElasticsearchDomainRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderUpgradeElasticsearchDomainRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.