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 |
|---|
VolumeQuota.Builder() |
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-2016 The Apache Software Foundation. All Rights Reserved.