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 Summary
Modifier and TypeMethodDescriptioncompletionTime(Long completionTime) The completion time of the export task, expressed as the number of milliseconds afterJan 1, 1970 00:00:00 UTC.creationTime(Long creationTime) The creation time of the export task, expressed as the number of milliseconds afterJan 1, 1970 00:00:00 UTC.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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 afterJan 1, 1970 00:00:00 UTC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 afterJan 1, 1970 00:00:00 UTC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-