Interface CompatibleVersionsMap.Builder

  • Method Details

    • sourceVersion

      CompatibleVersionsMap.Builder sourceVersion(String sourceVersion)

      The current version of Elasticsearch on which a domain is.

      Parameters:
      sourceVersion - The current version of Elasticsearch on which a domain is.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetVersions

      CompatibleVersionsMap.Builder targetVersions(Collection<String> targetVersions)
      Sets the value of the TargetVersions property for this object.
      Parameters:
      targetVersions - The new value for the TargetVersions property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetVersions

      CompatibleVersionsMap.Builder targetVersions(String... targetVersions)
      Sets the value of the TargetVersions property for this object.
      Parameters:
      targetVersions - The new value for the TargetVersions property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.