Interface AnonymousUserSnapshotJobResult.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AnonymousUserSnapshotJobResult.Builder,AnonymousUserSnapshotJobResult>, SdkBuilder<AnonymousUserSnapshotJobResult.Builder,AnonymousUserSnapshotJobResult>, SdkPojo
Enclosing class:
AnonymousUserSnapshotJobResult

public static interface AnonymousUserSnapshotJobResult.Builder extends SdkPojo, CopyableBuilder<AnonymousUserSnapshotJobResult.Builder,AnonymousUserSnapshotJobResult>
  • Method Details

    • 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

      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

      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.

      This is a convenience method that creates an instance of the 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<SnapshotJobResultFileGroup>).

      Parameters:
      fileGroups - a consumer that will call methods on SnapshotJobResultFileGroup.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: