CopyableBuilder<ExportTaskExecutionInfo.Builder,ExportTaskExecutionInfo>
, SdkBuilder<ExportTaskExecutionInfo.Builder,ExportTaskExecutionInfo>
public static interface ExportTaskExecutionInfo.Builder extends CopyableBuilder<ExportTaskExecutionInfo.Builder,ExportTaskExecutionInfo>
Modifier and Type | Method | Description |
---|---|---|
ExportTaskExecutionInfo.Builder |
completionTime(Long completionTime) |
The completion time of the export task, expressed as the number of milliseconds since Jan 1, 1970 00:00:00
UTC.
|
ExportTaskExecutionInfo.Builder |
creationTime(Long creationTime) |
The creation time of the export task, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
|
copy
apply, build
ExportTaskExecutionInfo.Builder creationTime(Long creationTime)
The creation time of the export task, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
creationTime
- The creation time of the export task, expressed as the number of milliseconds since Jan 1, 1970
00:00:00 UTC.ExportTaskExecutionInfo.Builder completionTime(Long completionTime)
The completion time of the export task, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
completionTime
- The completion time of the export task, expressed as the number of milliseconds since Jan 1, 1970
00:00:00 UTC.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.