public abstract static class AbstractDisk.Builder<T extends AbstractDisk.Builder<T>> extends Resource.Builder<T>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
sizeGb |
protected String |
status |
creationTimestamp, description, id, kind, name, selfLink| Constructor and Description |
|---|
AbstractDisk.Builder() |
| Modifier and Type | Method and Description |
|---|---|
T |
fromAbstractDisk(AbstractDisk in) |
T |
sizeGb(Integer sizeGb) |
T |
status(String status) |
build, creationTimestamp, description, fromResource, id, kind, name, self, selfLinkpublic T sizeGb(Integer sizeGb)
AbstractDisk.getSizeGb()public T status(String status)
AbstractDisk.getStatus()public T fromAbstractDisk(AbstractDisk in)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.