Interface UpgradeDomainRequest.Builder

    • Method Detail

      • domainName

        UpgradeDomainRequest.Builder domainName​(String domainName)

        Name of the OpenSearch Service domain that you want to upgrade.

        Parameters:
        domainName - Name of the OpenSearch Service domain that you want to upgrade.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetVersion

        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.

        Parameters:
        targetVersion - OpenSearch or Elasticsearch version to which you want to upgrade, in the format Opensearch_X.Y or Elasticsearch_X.Y.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • performCheckOnly

        UpgradeDomainRequest.Builder performCheckOnly​(Boolean performCheckOnly)

        When true, indicates that an upgrade eligibility check needs to be performed. Does not actually perform the upgrade.

        Parameters:
        performCheckOnly - When true, indicates that an upgrade eligibility check needs to be performed. Does not actually perform the upgrade.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • advancedOptions

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.