Class SnapshotSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.filestorage.model.SnapshotSummary.Builder
-
- Enclosing class:
- SnapshotSummary
public static class SnapshotSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SnapshotSummary
build()
SnapshotSummary.Builder
copy(SnapshotSummary model)
SnapshotSummary.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.SnapshotSummary.Builder
expirationTime(Date expirationTime)
The time when this snapshot will be deleted.SnapshotSummary.Builder
fileSystemId(String fileSystemId)
The OCID of the file system from which the snapshot was created.SnapshotSummary.Builder
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.SnapshotSummary.Builder
id(String id)
The OCID of the snapshot.SnapshotSummary.Builder
isCloneSource(Boolean isCloneSource)
Specifies whether the snapshot has been cloned.SnapshotSummary.Builder
lifecycleDetails(String lifecycleDetails)
Additional information about the current lifecycleState.SnapshotSummary.Builder
lifecycleState(SnapshotSummary.LifecycleState lifecycleState)
The current state of the snapshot.SnapshotSummary.Builder
locks(List<ResourceLock> locks)
Locks associated with this resource.SnapshotSummary.Builder
name(String name)
Name of the snapshot.SnapshotSummary.Builder
provenanceId(String provenanceId)
An OCID identifying the parent from which this snapshot was cloned.SnapshotSummary.Builder
snapshotTime(Date snapshotTime)
The date and time the snapshot was taken, expressed in RFC 3339 timestamp format.SnapshotSummary.Builder
snapshotType(SnapshotSummary.SnapshotType snapshotType)
Specifies the generation type of the snapshot.SnapshotSummary.Builder
systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.SnapshotSummary.Builder
timeCreated(Date timeCreated)
The date and time the snapshot was created, expressed in RFC 3339 timestamp format.
-
-
-
Method Detail
-
fileSystemId
public SnapshotSummary.Builder fileSystemId(String fileSystemId)
The OCID of the file system from which the snapshot was created.- Parameters:
fileSystemId
- the value to set- Returns:
- this builder
-
id
public SnapshotSummary.Builder id(String id)
The OCID of the snapshot.- Parameters:
id
- the value to set- Returns:
- this builder
-
lifecycleState
public SnapshotSummary.Builder lifecycleState(SnapshotSummary.LifecycleState lifecycleState)
The current state of the snapshot.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
name
public SnapshotSummary.Builder name(String name)
Name of the snapshot.This value is immutable.
Avoid entering confidential information.
Example: Sunday
- Parameters:
name
- the value to set- Returns:
- this builder
-
timeCreated
public SnapshotSummary.Builder timeCreated(Date timeCreated)
The date and time the snapshot was created, expressed in RFC 3339 timestamp format.Example: 2016-08-25T21:10:29.600Z
- Parameters:
timeCreated
- the value to set- Returns:
- this builder
-
locks
public SnapshotSummary.Builder locks(List<ResourceLock> locks)
Locks associated with this resource.- Parameters:
locks
- the value to set- Returns:
- this builder
-
snapshotType
public SnapshotSummary.Builder snapshotType(SnapshotSummary.SnapshotType snapshotType)
Specifies the generation type of the snapshot.- Parameters:
snapshotType
- the value to set- Returns:
- this builder
-
snapshotTime
public SnapshotSummary.Builder snapshotTime(Date snapshotTime)
The date and time the snapshot was taken, expressed in RFC 3339 timestamp format.This value might be the same or different from timeCreated depending on the following factors: - If the snapshot is created in the original file system directory. - If the snapshot is cloned from a file system. - If the snapshot is replicated from a file system.
Example: 2020-08-25T21:10:29.600Z
- Parameters:
snapshotTime
- the value to set- Returns:
- this builder
-
expirationTime
public SnapshotSummary.Builder expirationTime(Date expirationTime)
The time when this snapshot will be deleted.- Parameters:
expirationTime
- the value to set- Returns:
- this builder
-
provenanceId
public SnapshotSummary.Builder provenanceId(String provenanceId)
An OCID identifying the parent from which this snapshot was cloned.If this snapshot was not cloned, then the provenanceId is the same as the snapshot id value. If this snapshot was cloned, then the provenanceId value is the parent’s provenanceId. See Cloning a File System.
- Parameters:
provenanceId
- the value to set- Returns:
- this builder
-
isCloneSource
public SnapshotSummary.Builder isCloneSource(Boolean isCloneSource)
Specifies whether the snapshot has been cloned.- Parameters:
isCloneSource
- the value to set- Returns:
- this builder
-
lifecycleDetails
public SnapshotSummary.Builder lifecycleDetails(String lifecycleDetails)
Additional information about the current lifecycleState.- Parameters:
lifecycleDetails
- the value to set- Returns:
- this builder
-
freeformTags
public SnapshotSummary.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {“Department”: “Finance”}
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public SnapshotSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
systemTags
public SnapshotSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.System tags are applied to resources by internal OCI services.
- Parameters:
systemTags
- the value to set- Returns:
- this builder
-
build
public SnapshotSummary build()
-
copy
public SnapshotSummary.Builder copy(SnapshotSummary model)
-
-