public abstract static class PortDetails.Builder<T extends PortDetails.Builder<T>> extends Port.Builder<T>
Modifier and Type | Field and Description |
---|---|
protected Attachment |
attachment |
state
id
Constructor and Description |
---|
PortDetails.Builder() |
Modifier and Type | Method and Description |
---|---|
T |
attachment(Attachment attachment) |
PortDetails |
build() |
T |
fromPortDetails(PortDetails in) |
fromPort, state
fromReference, id, self
protected Attachment attachment
public T attachment(Attachment attachment)
PortDetails.getAttachment()
public PortDetails build()
build
in class Port.Builder<T extends PortDetails.Builder<T>>
public T fromPortDetails(PortDetails in)
Copyright © 2009-2013 jclouds. All Rights Reserved.