Interface ExportTaskExecutionInfo.Builder

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

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

    • creationTime

      ExportTaskExecutionInfo.Builder creationTime(Long creationTime)

      The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

      Parameters:
      creationTime - The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • completionTime

      ExportTaskExecutionInfo.Builder completionTime(Long completionTime)

      The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

      Parameters:
      completionTime - The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.