Package | Description |
---|---|
com.iland.cohesity.iaas.backups.samples.model |
Recovery API Model.
|
Modifier and Type | Method and Description |
---|---|
static ImmutableSample.Builder |
ImmutableSample.builder()
Creates a builder for
ImmutableSample . |
ImmutableSample.Builder |
ImmutableSample.Builder.components(Map<? extends BackupClusterUid,? extends Optional<Long>> entries)
Sets or replaces all mappings from the specified map as entries for the
components map. |
ImmutableSample.Builder |
ImmutableSample.Builder.from(Sample instance)
Fill a builder with attribute values from the provided
Sample instance. |
ImmutableSample.Builder |
ImmutableSample.Builder.putAllComponents(Map<? extends BackupClusterUid,? extends Optional<Long>> entries)
Put all mappings from the specified map as entries to
components map. |
ImmutableSample.Builder |
ImmutableSample.Builder.putComponents(BackupClusterUid key,
Optional<Long> value)
Put one entry to the
components map. |
ImmutableSample.Builder |
ImmutableSample.Builder.putComponents(Map.Entry<? extends BackupClusterUid,? extends Optional<Long>> entry)
Put one entry to the
components map. |
ImmutableSample.Builder |
ImmutableSample.Builder.timestamp(Instant timestamp)
Initializes the value for the
timestamp attribute. |
ImmutableSample.Builder |
ImmutableSample.Builder.value(long value)
Initializes the optional value
value to value. |
ImmutableSample.Builder |
ImmutableSample.Builder.value(Optional<Long> value)
Initializes the optional value
value to value. |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.