public static final class PropertyParams.Builder
extends java.lang.Object
PropertyParams
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
PropertyParams . |
Modifier and Type | Method and Description |
---|---|
PropertyParams |
build() |
PropertyParams.Builder |
setProperties(java.util.List<Property> properties)
List of OVF properties. |
PropertyParams.Builder |
setType(java.lang.String type)
Unique identifier describing the type of the OVF parameters.
|
public Builder()
PropertyParams
.public PropertyParams.Builder setProperties(java.util.List<Property> properties)
List
of OVF properties.
This property is optional in the input parameters when deploying an OVF package.
This property will always be present in the result when retrieving information
about an OVF package.properties
- New value for the property.public PropertyParams.Builder setType(java.lang.String type)
type
- New value for the property.public PropertyParams build()