org.jclouds.vcloud.director.v1_5.domain.section
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>
org.jclouds.vcloud.director.v1_5.domain.section.OperatingSystemSection.Builder<B>
- Enclosing class:
- OperatingSystemSection
public static class OperatingSystemSection.Builder<B extends OperatingSystemSection.Builder<B>>
- extends org.jclouds.dmtf.ovf.OperatingSystemSection.Builder<B>
| Methods inherited from class org.jclouds.dmtf.ovf.OperatingSystemSection.Builder |
description, fromOperatingSystemSection, id, version |
| Methods inherited from class org.jclouds.dmtf.ovf.SectionType.Builder |
fromSectionType, info, notRequired, required, required, self |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OperatingSystemSection.Builder
public OperatingSystemSection.Builder()
osType
public B osType(String osType)
- See Also:
OperatingSystemSection.getOsType()
href
public B href(URI href)
- See Also:
OperatingSystemSection.getHref()
type
public B type(String type)
- See Also:
OperatingSystemSection.getType()
links
public B links(Set<Link> links)
- See Also:
OperatingSystemSection.getLinks()
link
public B link(Link link)
- See Also:
OperatingSystemSection.getLinks()
build
public OperatingSystemSection build()
-
- Overrides:
build in class org.jclouds.dmtf.ovf.OperatingSystemSection.Builder<B extends OperatingSystemSection.Builder<B>>
fromOperatingSystemSection
public B fromOperatingSystemSection(OperatingSystemSection in)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.