Class Snapshot.Builder
java.lang.Object
org.jclouds.openstack.cinder.v1.domain.Snapshot.Builder
- Enclosing class:
Snapshot
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Date
protected String
protected SnapshotExtendedAttributes
protected String
protected String
protected int
protected Volume.Status
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
description
(String description) extendedAttributes
(SnapshotExtendedAttributes extendedAttributes) fromSnapshot
(Snapshot in) protected Snapshot.Builder
self()
size
(int size) status
(Volume.Status status)
-
Field Details
-
id
-
volumeId
-
status
-
size
protected int size -
created
-
name
-
description
-
extendedAttributes
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
id
- See Also:
-
volumeId
- See Also:
-
status
- See Also:
-
size
- See Also:
-
created
- See Also:
-
name
- See Also:
-
description
- See Also:
-
extendedAttributes
- See Also:
-
build
-
fromSnapshot
-
self
-