public static interface ExportTaskExecutionInfo.Builder extends SdkPojo, CopyableBuilder<ExportTaskExecutionInfo.Builder,ExportTaskExecutionInfo>
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
copy
applyMutation, build
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.
creationTime
- The creation time of the export task, expressed as the number of milliseconds after 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 after Jan 1, 1970 00:00:00 UTC.
completionTime
- The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970
00:00:00 UTC.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.