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 that the OpenSearch Service domain is running.targetVersions(String... targetVersions) The possible versions that you can upgrade the domain to.targetVersions(Collection<String> targetVersions) The possible versions that you can upgrade the domain to.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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
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.
-