Constructor and Description |
---|
Builder(java.lang.String installedProduct,
java.lang.String name,
java.lang.String version,
boolean auto)
Constructor with parameters for the required properties of
Product . |
Modifier and Type | Method and Description |
---|---|
Product |
build() |
Product.Builder |
setDeployments(java.util.List<java.lang.String> deployments)
The list of hostname/IPs of the instances of the VMware products deployed in the
environment.
|
Product.Builder |
setTargetVersion(java.lang.String targetVersion)
Future version of the product after upgrade.
|
public Builder(java.lang.String installedProduct, java.lang.String name, java.lang.String version, boolean auto)
Product
.public Product.Builder setTargetVersion(java.lang.String targetVersion)
getTargetVersion()
may not be applicable.targetVersion
- New value for the property.public Product.Builder setDeployments(java.util.List<java.lang.String> deployments)
deployments
- New value for the property.public Product build()