Modifier and Type | Field and Description |
---|---|
protected Date |
created |
protected String |
description |
protected String |
id |
protected String |
name |
protected int |
size |
protected Volume.Status |
status |
protected String |
volumeId |
Constructor and Description |
---|
Snapshot.Builder() |
Modifier and Type | Method and Description |
---|---|
Snapshot |
build() |
T |
created(Date created) |
T |
description(String description) |
T |
fromSnapshot(Snapshot in) |
T |
id(String id) |
T |
name(String name) |
protected abstract T |
self() |
T |
size(int size) |
T |
status(Volume.Status status) |
T |
volumeId(String volumeId) |
protected String id
protected String volumeId
protected Volume.Status status
protected int size
protected Date created
protected String name
protected String description
protected abstract T self()
public T id(String id)
Snapshot.getId()
public T volumeId(String volumeId)
Snapshot.getVolumeId()
public T status(Volume.Status status)
Snapshot.getStatus()
public T size(int size)
Snapshot.getSize()
public T created(Date created)
Snapshot.getCreated()
public T name(String name)
Snapshot.getName()
public T description(String description)
Snapshot.getDescription()
public Snapshot build()
Copyright © 2009-2013 jclouds. All Rights Reserved.