public static class OperatingSystemSection.Builder extends Section.Builder<OperatingSystemSection>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected Integer |
id |
info
Constructor and Description |
---|
OperatingSystemSection.Builder() |
Modifier and Type | Method and Description |
---|---|
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) |
public OperatingSystemSection.Builder id(Integer id)
OperatingSystemSection#getID
public OperatingSystemSection.Builder description(String description)
public OperatingSystemSection build()
build
in class Section.Builder<OperatingSystemSection>
public OperatingSystemSection.Builder fromOperatingSystemSection(OperatingSystemSection in)
public OperatingSystemSection.Builder fromSection(Section<OperatingSystemSection> in)
fromSection
in class Section.Builder<OperatingSystemSection>
public OperatingSystemSection.Builder info(String info)
info
in class Section.Builder<OperatingSystemSection>
Section.getInfo()
Copyright © 2009-2012 jclouds. All Rights Reserved.