public abstract static class PortDetails.Builder<T extends PortDetails.Builder<T>> extends Port.Builder<T>
| Modifier and Type | Field and Description |
|---|---|
protected Attachment |
attachment |
stateid| Constructor and Description |
|---|
PortDetails.Builder() |
| Modifier and Type | Method and Description |
|---|---|
T |
attachment(Attachment attachment) |
PortDetails |
build() |
T |
fromPortDetails(PortDetails in) |
fromPort, statefromReference, id, selfprotected 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.