org.jclouds.ovf
Class OperatingSystemSection.Builder
java.lang.Object
org.jclouds.ovf.Section.Builder<OperatingSystemSection>
org.jclouds.ovf.OperatingSystemSection.Builder
- Enclosing class:
- OperatingSystemSection
public static class OperatingSystemSection.Builder
- extends Section.Builder<OperatingSystemSection>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected Integer id
description
protected String description
OperatingSystemSection.Builder
public OperatingSystemSection.Builder()
id
public OperatingSystemSection.Builder id(Integer id)
- See Also:
OperatingSystemSection#getID
description
public OperatingSystemSection.Builder description(String description)
- See Also:
OperatingSystemSection.getDescription()
build
public OperatingSystemSection build()
-
- Overrides:
build
in class Section.Builder<OperatingSystemSection>
fromOperatingSystemSection
public OperatingSystemSection.Builder fromOperatingSystemSection(OperatingSystemSection in)
fromSection
public OperatingSystemSection.Builder fromSection(Section<OperatingSystemSection> in)
-
- Overrides:
fromSection
in class Section.Builder<OperatingSystemSection>
info
public OperatingSystemSection.Builder info(String info)
-
- Overrides:
info
in class Section.Builder<OperatingSystemSection>
- See Also:
Section.getInfo()
Copyright © 2009-2011 jclouds. All Rights Reserved.