org.jclouds.ovf
Class OperatingSystemSection.Builder

java.lang.Object
  extended by org.jclouds.ovf.Section.Builder<OperatingSystemSection>
      extended by org.jclouds.ovf.OperatingSystemSection.Builder
Enclosing class:
OperatingSystemSection

public static class OperatingSystemSection.Builder
extends Section.Builder<OperatingSystemSection>


Field Summary
protected  String description
           
protected  Integer id
           
 
Fields inherited from class org.jclouds.ovf.Section.Builder
info
 
Constructor Summary
OperatingSystemSection.Builder()
           
 
Method Summary
 OperatingSystemSection build()
          
 OperatingSystemSection.Builder description(String description)
           
 OperatingSystemSection.Builder fromOperatingSystemSection(OperatingSystemSection in)
           
 OperatingSystemSection.Builder fromSection(Section<OperatingSystemSection> in)
          
 OperatingSystemSection.Builder id(Integer id)
           
 OperatingSystemSection.Builder info(String info)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected Integer id

description

protected String description
Constructor Detail

OperatingSystemSection.Builder

public OperatingSystemSection.Builder()
Method Detail

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.