Interface CompatibleVersionsMap.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CompatibleVersionsMap.Builder,CompatibleVersionsMap>, SdkBuilder<CompatibleVersionsMap.Builder,CompatibleVersionsMap>, SdkPojo
Enclosing class:
CompatibleVersionsMap

public static interface CompatibleVersionsMap.Builder extends SdkPojo, CopyableBuilder<CompatibleVersionsMap.Builder,CompatibleVersionsMap>
  • 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.