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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExportTaskExecutionInfo.Builder
completionTime(Long completionTime)
The completion time of the export task, expressed as the number of milliseconds afterJan 1, 1970 00:00:00 UTC
.ExportTaskExecutionInfo.Builder
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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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 afterJan 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 afterJan 1, 1970 00:00:00 UTC
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-