org.jclouds.dmtf.ovf
Class OperatingSystemSection.Builder<B extends OperatingSystemSection.Builder<B>>
java.lang.Object
org.jclouds.dmtf.ovf.SectionType.Builder<B>
org.jclouds.dmtf.ovf.OperatingSystemSection.Builder<B>
- Direct Known Subclasses:
- OperatingSystemSection.Builder
- Enclosing class:
- OperatingSystemSection
public static class OperatingSystemSection.Builder<B extends OperatingSystemSection.Builder<B>>
- extends SectionType.Builder<B>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OperatingSystemSection.Builder
public OperatingSystemSection.Builder()
id
public B id(int id)
- See Also:
OperatingSystemSection.getId()
version
public B version(String version)
- See Also:
OperatingSystemSection.getVersion()
description
public B description(String description)
- See Also:
OperatingSystemSection.getDescription()
build
public OperatingSystemSection build()
-
- Specified by:
build in class SectionType.Builder<B extends OperatingSystemSection.Builder<B>>
fromOperatingSystemSection
public B fromOperatingSystemSection(OperatingSystemSection in)
Copyright © 2009-2012 jclouds. All Rights Reserved.