Package | Description |
---|---|
com.oracle.bmc.filestorage.model |
Modifier and Type | Method and Description |
---|---|
static Snapshot.Builder |
Snapshot.builder()
Create a new builder.
|
Snapshot.Builder |
Snapshot.Builder.copy(Snapshot o) |
Snapshot.Builder |
Snapshot.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
Snapshot.Builder |
Snapshot.Builder.fileSystemId(String fileSystemId)
The OCID of the file system from which the snapshot
was created.
|
Snapshot.Builder |
Snapshot.Builder.freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
Snapshot.Builder |
Snapshot.Builder.id(String id)
The OCID of the snapshot.
|
Snapshot.Builder |
Snapshot.Builder.isCloneSource(Boolean isCloneSource)
Specifies whether the snapshot has been cloned.
|
Snapshot.Builder |
Snapshot.Builder.lifecycleDetails(String lifecycleDetails)
Additional information about the current ‘lifecycleState’.
|
Snapshot.Builder |
Snapshot.Builder.lifecycleState(Snapshot.LifecycleState lifecycleState)
The current state of the snapshot.
|
Snapshot.Builder |
Snapshot.Builder.name(String name)
Name of the snapshot.
|
Snapshot.Builder |
Snapshot.Builder.provenanceId(String provenanceId)
An OCID identifying the parent from which this snapshot was cloned.
|
Snapshot.Builder |
Snapshot.Builder.timeCreated(Date timeCreated)
The date and time the snapshot was created, expressed
in RFC 3339 timestamp format.
|
Snapshot.Builder |
Snapshot.toBuilder() |
Copyright © 2016–2022. All rights reserved.