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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompatibleVersionsMap.Builder
sourceVersion(String sourceVersion)
The current version of Elasticsearch on which a domain is.CompatibleVersionsMap.Builder
targetVersions(String... targetVersions)
Sets the value of the TargetVersions property for this object.CompatibleVersionsMap.Builder
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 Detail
-
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.
-
-