Package org.jclouds.ovf
Class Property.Builder
- java.lang.Object
-
- org.jclouds.ovf.Property.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Property
build()
Property.Builder
description(String description)
Property.Builder
fromProperty(Property in)
Property.Builder
key(String key)
Property.Builder
label(String label)
Property.Builder
value(String value)
-
-
-
Method Detail
-
key
public Property.Builder key(String key)
- See Also:
Property.getKey()
-
value
public Property.Builder value(String value)
- See Also:
Property.getValue()
-
label
public Property.Builder label(String label)
- See Also:
Section#getLabel
-
description
public Property.Builder description(String description)
- See Also:
Section#getDescription
-
build
public Property build()
-
fromProperty
public Property.Builder fromProperty(Property in)
-
-