public abstract static class VolumeQuota.Builder<T extends VolumeQuota.Builder<T>> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
gigabytes |
protected String |
id |
protected int |
snapshots |
protected int |
volumes |
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
VolumeQuota |
build() |
T |
fromVolumeQuota(VolumeQuota in) |
T |
gigabytes(int gigabytes) |
T |
id(String id) |
protected abstract T |
self() |
T |
snapshots(int snapshots) |
T |
volumes(int volumes) |
protected String id
protected int volumes
protected int gigabytes
protected int snapshots
protected abstract T self()
public T id(String id)
VolumeQuota.getId()public T volumes(int volumes)
VolumeQuota.getVolumes()public T gigabytes(int gigabytes)
VolumeQuota.getGigabytes()public T snapshots(int snapshots)
VolumeQuota.getSnapshots()public VolumeQuota build()
public T fromVolumeQuota(VolumeQuota in)
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.