Interface AnonymousUserSnapshotJobResult.Builder

    • Method Detail

      • fileGroups

        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. 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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fileGroups

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.