public static interface UpgradeDomainRequest.Builder extends OpenSearchRequest.Builder, SdkPojo, CopyableBuilder<UpgradeDomainRequest.Builder,UpgradeDomainRequest>
| Modifier and Type | Method and Description |
|---|---|
UpgradeDomainRequest.Builder |
advancedOptions(Map<String,String> advancedOptions)
Only supports the
override_main_response_version parameter and not other advanced options. |
UpgradeDomainRequest.Builder |
domainName(String domainName)
Name of the OpenSearch Service domain that you want to upgrade.
|
UpgradeDomainRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpgradeDomainRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpgradeDomainRequest.Builder |
performCheckOnly(Boolean performCheckOnly)
When true, indicates that an upgrade eligibility check needs to be performed.
|
UpgradeDomainRequest.Builder |
targetVersion(String targetVersion)
OpenSearch or Elasticsearch version to which you want to upgrade, in the format Opensearch_X.Y or
Elasticsearch_X.Y.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpgradeDomainRequest.Builder domainName(String domainName)
Name of the OpenSearch Service domain that you want to upgrade.
domainName - Name of the OpenSearch Service domain that you want to upgrade.UpgradeDomainRequest.Builder targetVersion(String targetVersion)
OpenSearch or Elasticsearch version to which you want to upgrade, in the format Opensearch_X.Y or Elasticsearch_X.Y.
targetVersion - OpenSearch or Elasticsearch version to which you want to upgrade, in the format Opensearch_X.Y or
Elasticsearch_X.Y.UpgradeDomainRequest.Builder performCheckOnly(Boolean performCheckOnly)
When true, indicates that an upgrade eligibility check needs to be performed. Does not actually perform the upgrade.
performCheckOnly - When true, indicates that an upgrade eligibility check needs to be performed. Does not actually
perform the upgrade.UpgradeDomainRequest.Builder advancedOptions(Map<String,String> advancedOptions)
Only supports the override_main_response_version parameter and not other advanced options. You
can only include this option when upgrading to an OpenSearch version. Specifies whether the domain reports
its version as 7.10 so that it continues to work with Elasticsearch OSS clients and plugins.
advancedOptions - Only supports the override_main_response_version parameter and not other advanced
options. You can only include this option when upgrading to an OpenSearch version. Specifies whether
the domain reports its version as 7.10 so that it continues to work with Elasticsearch OSS clients and
plugins.UpgradeDomainRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpgradeDomainRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.