public static interface CompatibleVersionsMap.Builder extends SdkPojo, CopyableBuilder<CompatibleVersionsMap.Builder,CompatibleVersionsMap>
Modifier and Type | Method and Description |
---|---|
CompatibleVersionsMap.Builder |
sourceVersion(String sourceVersion)
The current version that the OpenSearch Service domain is running.
|
CompatibleVersionsMap.Builder |
targetVersions(Collection<String> targetVersions)
The possible versions that you can upgrade the domain to.
|
CompatibleVersionsMap.Builder |
targetVersions(String... targetVersions)
The possible versions that you can upgrade the domain to.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
CompatibleVersionsMap.Builder sourceVersion(String sourceVersion)
The current version that the OpenSearch Service domain is running.
sourceVersion
- The current version that the OpenSearch Service domain is running.CompatibleVersionsMap.Builder targetVersions(Collection<String> targetVersions)
The possible versions that you can upgrade the domain to.
targetVersions
- The possible versions that you can upgrade the domain to.CompatibleVersionsMap.Builder targetVersions(String... targetVersions)
The possible versions that you can upgrade the domain to.
targetVersions
- The possible versions that you can upgrade the domain to.Copyright © 2022. All rights reserved.