Interface GetCompatibleVersionsResponse.Builder

    • Method Detail

      • compatibleVersions

        GetCompatibleVersionsResponse.Builder compatibleVersions​(Collection<CompatibleVersionsMap> compatibleVersions)

        A map of OpenSearch or Elasticsearch versions and the versions you can upgrade them to.

        Parameters:
        compatibleVersions - A map of OpenSearch or Elasticsearch versions and the versions you can upgrade them to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • compatibleVersions

        GetCompatibleVersionsResponse.Builder compatibleVersions​(CompatibleVersionsMap... compatibleVersions)

        A map of OpenSearch or Elasticsearch versions and the versions you can upgrade them to.

        Parameters:
        compatibleVersions - A map of OpenSearch or Elasticsearch versions and the versions you can upgrade them to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.