Interface DatasetContentSummary.Builder

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

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

    • version

      The version of the dataset contents.

      Parameters:
      version - The version of the dataset contents.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the dataset contents.

      Parameters:
      status - The status of the dataset contents.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the dataset contents.

      This is a convenience method that creates an instance of the DatasetContentStatus.Builder avoiding the need to create one manually via DatasetContentStatus.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to status(DatasetContentStatus).

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

      DatasetContentSummary.Builder creationTime(Instant creationTime)

      The actual time the creation of the dataset contents was started.

      Parameters:
      creationTime - The actual time the creation of the dataset contents was started.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • scheduleTime

      DatasetContentSummary.Builder scheduleTime(Instant scheduleTime)

      The time the creation of the dataset contents was scheduled to start.

      Parameters:
      scheduleTime - The time the creation of the dataset contents was scheduled to start.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • completionTime

      DatasetContentSummary.Builder completionTime(Instant completionTime)

      The time the dataset content status was updated to SUCCEEDED or FAILED.

      Parameters:
      completionTime - The time the dataset content status was updated to SUCCEEDED or FAILED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.