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 of Elasticsearch on which a domain is.
|
CompatibleVersionsMap.Builder |
targetVersions(Collection<String> targetVersions)
Sets the value of the TargetVersions property for this object.
|
CompatibleVersionsMap.Builder |
targetVersions(String... targetVersions)
Sets the value of the TargetVersions property for this object.
|
copy
applyMutation, build
CompatibleVersionsMap.Builder sourceVersion(String sourceVersion)
The current version of Elasticsearch on which a domain is.
sourceVersion
- The current version of Elasticsearch on which a domain is.CompatibleVersionsMap.Builder targetVersions(Collection<String> targetVersions)
targetVersions
- The new value for the TargetVersions property for this object.CompatibleVersionsMap.Builder targetVersions(String... targetVersions)
targetVersions
- The new value for the TargetVersions property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.