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.BuildersourceVersion(String sourceVersion)The current version that the OpenSearch Service domain is running.CompatibleVersionsMap.BuildertargetVersions(String... targetVersions)The possible versions that you can upgrade the domain to.CompatibleVersionsMap.BuildertargetVersions(Collection<String> targetVersions)The possible versions that you can upgrade the domain to.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
sourceVersion
CompatibleVersionsMap.Builder sourceVersion(String sourceVersion)
The current version that the OpenSearch Service domain is running.
- Parameters:
sourceVersion- The current version that the OpenSearch Service domain is running.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetVersions
CompatibleVersionsMap.Builder targetVersions(Collection<String> targetVersions)
The possible versions that you can upgrade the domain to.
- Parameters:
targetVersions- The possible versions that you can upgrade the domain to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetVersions
CompatibleVersionsMap.Builder targetVersions(String... targetVersions)
The possible versions that you can upgrade the domain to.
- Parameters:
targetVersions- The possible versions that you can upgrade the domain to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-