Package | Description |
---|---|
com.iland.cohesity.iaas.backups.recovery.model |
Recovery API Model.
|
Modifier and Type | Method and Description |
---|---|
static ImmutableFileSnapshotInfo.Builder |
ImmutableFileSnapshotInfo.builder()
Creates a builder for
ImmutableFileSnapshotInfo . |
ImmutableFileSnapshotInfo.Builder |
ImmutableFileSnapshotInfo.Builder.from(FileSnapshotInfo instance)
Fill a builder with attribute values from the provided
FileSnapshotInfo instance. |
ImmutableFileSnapshotInfo.Builder |
ImmutableFileSnapshotInfo.Builder.hasArchivalCopy(boolean hasArchivalCopy)
Initializes the value for the
hasArchivalCopy attribute. |
ImmutableFileSnapshotInfo.Builder |
ImmutableFileSnapshotInfo.Builder.hasLocalCopy(boolean hasLocalCopy)
Initializes the value for the
hasLocalCopy attribute. |
ImmutableFileSnapshotInfo.Builder |
ImmutableFileSnapshotInfo.Builder.hasRemoteCopy(boolean hasRemoteCopy)
Initializes the value for the
hasRemoteCopy attribute. |
ImmutableFileSnapshotInfo.Builder |
ImmutableFileSnapshotInfo.Builder.modifiedTime(Instant modifiedTime)
Initializes the optional value
modifiedTime to modifiedTime. |
ImmutableFileSnapshotInfo.Builder |
ImmutableFileSnapshotInfo.Builder.modifiedTime(Optional<? extends Instant> modifiedTime)
Initializes the optional value
modifiedTime to modifiedTime. |
ImmutableFileSnapshotInfo.Builder |
ImmutableFileSnapshotInfo.Builder.sizeBytes(long sizeBytes)
Initializes the value for the
sizeBytes attribute. |
ImmutableFileSnapshotInfo.Builder |
ImmutableFileSnapshotInfo.Builder.snapshot(SnapshotAttempt snapshot)
Initializes the value for the
snapshot attribute. |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.