Package | Description |
---|---|
com.iland.cohesity.iaas.backups.backupgroups.api.model |
Backup Groups Model Package.
|
Modifier and Type | Method and Description |
---|---|
ImmutableCopyRun.Builder |
ImmutableCopyRun.Builder.addAllCopySnapshotTasks(Iterable<? extends CopySnapshotTaskStatus> elements)
Adds elements to
copySnapshotTasks list. |
ImmutableCopyRun.Builder |
ImmutableCopyRun.Builder.addCopySnapshotTasks(CopySnapshotTaskStatus... elements)
Adds elements to
copySnapshotTasks list. |
ImmutableCopyRun.Builder |
ImmutableCopyRun.Builder.addCopySnapshotTasks(CopySnapshotTaskStatus element)
Adds one element to
copySnapshotTasks list. |
static ImmutableCopyRun.Builder |
ImmutableCopyRun.builder()
Creates a builder for
ImmutableCopyRun . |
ImmutableCopyRun.Builder |
ImmutableCopyRun.Builder.copySnapshotTasks(Iterable<? extends CopySnapshotTaskStatus> elements)
Sets or replaces all elements for
copySnapshotTasks list. |
ImmutableCopyRun.Builder |
ImmutableCopyRun.Builder.error(Optional<String> error)
Initializes the optional value
error to error. |
ImmutableCopyRun.Builder |
ImmutableCopyRun.Builder.error(String error)
Initializes the optional value
error to error. |
ImmutableCopyRun.Builder |
ImmutableCopyRun.Builder.expiryTime(Instant expiryTime)
Initializes the optional value
expiryTime to expiryTime. |
ImmutableCopyRun.Builder |
ImmutableCopyRun.Builder.expiryTime(Optional<? extends Instant> expiryTime)
Initializes the optional value
expiryTime to expiryTime. |
ImmutableCopyRun.Builder |
ImmutableCopyRun.Builder.from(CopyRun instance)
Fill a builder with attribute values from the provided
CopyRun instance. |
ImmutableCopyRun.Builder |
ImmutableCopyRun.Builder.runStartTime(Instant runStartTime)
Initializes the value for the
runStartTime attribute. |
ImmutableCopyRun.Builder |
ImmutableCopyRun.Builder.stats(CopyRunStats stats)
Initializes the optional value
stats to stats. |
ImmutableCopyRun.Builder |
ImmutableCopyRun.Builder.stats(Optional<? extends CopyRunStats> stats)
Initializes the optional value
stats to stats. |
ImmutableCopyRun.Builder |
ImmutableCopyRun.Builder.status(StatusCopyRun status)
Initializes the value for the
status attribute. |
ImmutableCopyRun.Builder |
ImmutableCopyRun.Builder.target(SnapshotTargetSettings target)
Initializes the value for the
target attribute. |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.