public static interface AnonymousUserSnapshotJobResult.Builder extends SdkPojo, CopyableBuilder<AnonymousUserSnapshotJobResult.Builder,AnonymousUserSnapshotJobResult>
| Modifier and Type | Method and Description |
|---|---|
AnonymousUserSnapshotJobResult.Builder |
fileGroups(Collection<SnapshotJobResultFileGroup> fileGroups)
A list of
SnapshotJobResultFileGroup objects that contain information on the files that are
requested during a StartDashboardSnapshotJob API call. |
AnonymousUserSnapshotJobResult.Builder |
fileGroups(Consumer<SnapshotJobResultFileGroup.Builder>... fileGroups)
A list of
SnapshotJobResultFileGroup objects that contain information on the files that are
requested during a StartDashboardSnapshotJob API call. |
AnonymousUserSnapshotJobResult.Builder |
fileGroups(SnapshotJobResultFileGroup... fileGroups)
A list of
SnapshotJobResultFileGroup objects that contain information on the files that are
requested during a StartDashboardSnapshotJob API call. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnonymousUserSnapshotJobResult.Builder fileGroups(Collection<SnapshotJobResultFileGroup> fileGroups)
A list of SnapshotJobResultFileGroup objects that contain information on the files that are
requested during a StartDashboardSnapshotJob API call. If the job succeeds, these objects
contain the location where the snapshot artifacts are stored. If the job fails, the objects contain
information about the error that caused the job to fail.
fileGroups - A list of SnapshotJobResultFileGroup objects that contain information on the files that
are requested during a StartDashboardSnapshotJob API call. If the job succeeds, these
objects contain the location where the snapshot artifacts are stored. If the job fails, the objects
contain information about the error that caused the job to fail.AnonymousUserSnapshotJobResult.Builder fileGroups(SnapshotJobResultFileGroup... fileGroups)
A list of SnapshotJobResultFileGroup objects that contain information on the files that are
requested during a StartDashboardSnapshotJob API call. If the job succeeds, these objects
contain the location where the snapshot artifacts are stored. If the job fails, the objects contain
information about the error that caused the job to fail.
fileGroups - A list of SnapshotJobResultFileGroup objects that contain information on the files that
are requested during a StartDashboardSnapshotJob API call. If the job succeeds, these
objects contain the location where the snapshot artifacts are stored. If the job fails, the objects
contain information about the error that caused the job to fail.AnonymousUserSnapshotJobResult.Builder fileGroups(Consumer<SnapshotJobResultFileGroup.Builder>... fileGroups)
A list of SnapshotJobResultFileGroup objects that contain information on the files that are
requested during a StartDashboardSnapshotJob API call. If the job succeeds, these objects
contain the location where the snapshot artifacts are stored. If the job fails, the objects contain
information about the error that caused the job to fail.
SnapshotJobResultFileGroup.Builder avoiding the need
to create one manually via
SnapshotJobResultFileGroup.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #fileGroups(List.
fileGroups - a consumer that will call methods on
SnapshotJobResultFileGroup.Builder#fileGroups(java.util.Collection) Copyright © 2023. All rights reserved.