public static class OperatingSystemSection.Builder<B extends OperatingSystemSection.Builder<B>> extends SectionType.Builder<B>
Constructor and Description |
---|
OperatingSystemSection.Builder() |
Modifier and Type | Method and Description |
---|---|
OperatingSystemSection |
build() |
B |
description(String description) |
B |
fromOperatingSystemSection(OperatingSystemSection in) |
B |
id(int id) |
B |
version(String version) |
fromSectionType, info, notRequired, required, required, self
public B id(int id)
OperatingSystemSection.getId()
public B version(String version)
OperatingSystemSection.getVersion()
public OperatingSystemSection build()
build
in class SectionType.Builder<B extends OperatingSystemSection.Builder<B>>
public B fromOperatingSystemSection(OperatingSystemSection in)
Copyright © 2009-2013 jclouds. All Rights Reserved.