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 model) |
Snapshot.Builder |
Snapshot.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
Snapshot.Builder |
Snapshot.Builder.expirationTime(Date expirationTime)
The time when this snapshot will be deleted.
|
Snapshot.Builder |
Snapshot.Builder.fileSystemId(String fileSystemId)
The OCID of the
file system from which the snapshot was created.
|
Snapshot.Builder |
Snapshot.Builder.filesystemSnapshotPolicyId(String filesystemSnapshotPolicyId)
The OCID of the
file system snapshot policy that created this snapshot.
|
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.locks(List<ResourceLock> locks)
Locks associated with this resource.
|
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.snapshotTime(Date snapshotTime)
The date and time the snapshot was taken, expressed in RFC
3339 timestamp format.
|
Snapshot.Builder |
Snapshot.Builder.snapshotType(Snapshot.SnapshotType snapshotType)
Specifies generation type of the snapshot.
|
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–2024. All rights reserved.