public static interface SnapshotFileGroup.Builder extends SdkPojo, CopyableBuilder<SnapshotFileGroup.Builder,SnapshotFileGroup>
| Modifier and Type | Method and Description |
|---|---|
SnapshotFileGroup.Builder |
files(Collection<SnapshotFile> files)
A list of
SnapshotFile objects that contain the information on the snapshot files that need to
be generated. |
SnapshotFileGroup.Builder |
files(Consumer<SnapshotFile.Builder>... files)
A list of
SnapshotFile objects that contain the information on the snapshot files that need to
be generated. |
SnapshotFileGroup.Builder |
files(SnapshotFile... files)
A list of
SnapshotFile objects that contain the information on the snapshot files that need to
be generated. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSnapshotFileGroup.Builder files(Collection<SnapshotFile> files)
A list of SnapshotFile objects that contain the information on the snapshot files that need to
be generated. This structure can hold 1 configuration at a time.
files - A list of SnapshotFile objects that contain the information on the snapshot files that
need to be generated. This structure can hold 1 configuration at a time.SnapshotFileGroup.Builder files(SnapshotFile... files)
A list of SnapshotFile objects that contain the information on the snapshot files that need to
be generated. This structure can hold 1 configuration at a time.
files - A list of SnapshotFile objects that contain the information on the snapshot files that
need to be generated. This structure can hold 1 configuration at a time.SnapshotFileGroup.Builder files(Consumer<SnapshotFile.Builder>... files)
A list of SnapshotFile objects that contain the information on the snapshot files that need to
be generated. This structure can hold 1 configuration at a time.
SnapshotFile.Builder avoiding the need to create one
manually via SnapshotFile.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #files(List.
files - a consumer that will call methods on
SnapshotFile.Builder#files(java.util.Collection) Copyright © 2023. All rights reserved.