Package | Description |
---|---|
com.iland.cohesity.iaas.backups.backupgroups.api.model |
Backup Groups Model Package.
|
Modifier and Type | Method and Description |
---|---|
ImmutableCopyRun |
ImmutableCopyRun.Builder.build()
Builds a new
ImmutableCopyRun . |
static ImmutableCopyRun |
ImmutableCopyRun.copyOf(CopyRun instance)
Creates an immutable copy of a
CopyRun value. |
ImmutableCopyRun |
ImmutableCopyRun.withCopySnapshotTasks(CopySnapshotTaskStatus... elements)
Copy the current immutable object with elements that replace the content of
copySnapshotTasks . |
ImmutableCopyRun |
ImmutableCopyRun.withCopySnapshotTasks(Iterable<? extends CopySnapshotTaskStatus> elements)
Copy the current immutable object with elements that replace the content of
copySnapshotTasks . |
ImmutableCopyRun |
ImmutableCopyRun.withError(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
error attribute. |
ImmutableCopyRun |
ImmutableCopyRun.withError(String value)
Copy the current immutable object by setting a present value for the optional
error attribute. |
ImmutableCopyRun |
ImmutableCopyRun.withExpiryTime(Instant value)
Copy the current immutable object by setting a present value for the optional
expiryTime attribute. |
ImmutableCopyRun |
ImmutableCopyRun.withExpiryTime(Optional<? extends Instant> optional)
Copy the current immutable object by setting an optional value for the
expiryTime attribute. |
ImmutableCopyRun |
ImmutableCopyRun.withRunStartTime(Instant value)
Copy the current immutable object by setting a value for the
runStartTime attribute. |
ImmutableCopyRun |
ImmutableCopyRun.withStats(CopyRunStats value)
Copy the current immutable object by setting a present value for the optional
stats attribute. |
ImmutableCopyRun |
ImmutableCopyRun.withStats(Optional<? extends CopyRunStats> optional)
Copy the current immutable object by setting an optional value for the
stats attribute. |
ImmutableCopyRun |
ImmutableCopyRun.withStatus(StatusCopyRun value)
Copy the current immutable object by setting a value for the
status attribute. |
ImmutableCopyRun |
ImmutableCopyRun.withTarget(SnapshotTargetSettings value)
Copy the current immutable object by setting a value for the
target attribute. |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.