public static interface SnapshotJobResultFileGroup.Builder extends SdkPojo, CopyableBuilder<SnapshotJobResultFileGroup.Builder,SnapshotJobResultFileGroup>
| Modifier and Type | Method and Description |
|---|---|
SnapshotJobResultFileGroup.Builder |
files(Collection<SnapshotFile> files)
A list of
SnapshotFile objects. |
SnapshotJobResultFileGroup.Builder |
files(Consumer<SnapshotFile.Builder>... files)
A list of
SnapshotFile objects. |
SnapshotJobResultFileGroup.Builder |
files(SnapshotFile... files)
A list of
SnapshotFile objects. |
SnapshotJobResultFileGroup.Builder |
s3Results(Collection<SnapshotJobS3Result> s3Results)
A list of
SnapshotJobS3Result objects. |
SnapshotJobResultFileGroup.Builder |
s3Results(Consumer<SnapshotJobS3Result.Builder>... s3Results)
A list of
SnapshotJobS3Result objects. |
SnapshotJobResultFileGroup.Builder |
s3Results(SnapshotJobS3Result... s3Results)
A list of
SnapshotJobS3Result objects. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSnapshotJobResultFileGroup.Builder files(Collection<SnapshotFile> files)
A list of SnapshotFile objects.
files - A list of SnapshotFile objects.SnapshotJobResultFileGroup.Builder files(SnapshotFile... files)
A list of SnapshotFile objects.
files - A list of SnapshotFile objects.SnapshotJobResultFileGroup.Builder files(Consumer<SnapshotFile.Builder>... files)
A list of SnapshotFile objects.
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) SnapshotJobResultFileGroup.Builder s3Results(Collection<SnapshotJobS3Result> s3Results)
A list of SnapshotJobS3Result objects.
s3Results - A list of SnapshotJobS3Result objects.SnapshotJobResultFileGroup.Builder s3Results(SnapshotJobS3Result... s3Results)
A list of SnapshotJobS3Result objects.
s3Results - A list of SnapshotJobS3Result objects.SnapshotJobResultFileGroup.Builder s3Results(Consumer<SnapshotJobS3Result.Builder>... s3Results)
A list of SnapshotJobS3Result objects.
SnapshotJobS3Result.Builder avoiding the need to
create one manually via
SnapshotJobS3Result.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #s3Results(List.
s3Results - a consumer that will call methods on
SnapshotJobS3Result.Builder#s3Results(java.util.Collection) Copyright © 2023. All rights reserved.