org.jclouds.ovf
Class ProductSection.Builder
java.lang.Object
org.jclouds.ovf.Section.Builder<ProductSection>
org.jclouds.ovf.ProductSection.Builder
- Enclosing class:
- ProductSection
public static class ProductSection.Builder
- extends Section.Builder<ProductSection>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
properties
protected Set<Property> properties
ProductSection.Builder
public ProductSection.Builder()
property
public ProductSection.Builder property(Property property)
- See Also:
ProductSection#getPropertys
properties
public ProductSection.Builder properties(Iterable<Property> properties)
- See Also:
ProductSection#getPropertys
build
public ProductSection build()
-
- Overrides:
build
in class Section.Builder<ProductSection>
fromDeploymentOptionSection
public ProductSection.Builder fromDeploymentOptionSection(ProductSection in)
fromSection
public ProductSection.Builder fromSection(Section<ProductSection> in)
-
- Overrides:
fromSection
in class Section.Builder<ProductSection>
info
public ProductSection.Builder info(String info)
-
- Overrides:
info
in class Section.Builder<ProductSection>
- See Also:
Section.getInfo()
Copyright © 2009-2011 jclouds. All Rights Reserved.