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 Summary
Modifier and TypeMethodDescriptionsourceVersion
(String sourceVersion) The current version of Elasticsearch on which a domain is.targetVersions
(String... targetVersions) Sets the value of the TargetVersions property for this object.targetVersions
(Collection<String> targetVersions) Sets the value of the TargetVersions property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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
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.
-