Interface ExportTaskDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExportTaskDetails.Builder,
,ExportTaskDetails> SdkBuilder<ExportTaskDetails.Builder,
,ExportTaskDetails> SdkPojo
- Enclosing class:
ExportTaskDetails
@Mutable
@NotThreadSafe
public static interface ExportTaskDetails.Builder
extends SdkPojo, CopyableBuilder<ExportTaskDetails.Builder,ExportTaskDetails>
-
Method Summary
Modifier and TypeMethodDescriptionnumEdgesWritten
(Long numEdgesWritten) The number of exported edges.numVerticesWritten
(Long numVerticesWritten) The number of exported vertices.progressPercentage
(Integer progressPercentage) The number of progress percentage of the export task.The start time of the export task.timeElapsedSeconds
(Long timeElapsedSeconds) The time elapsed, in seconds, since the start time of the export task.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 Details
-
startTime
The start time of the export task.
- Parameters:
startTime
- The start time of the export task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timeElapsedSeconds
The time elapsed, in seconds, since the start time of the export task.
- Parameters:
timeElapsedSeconds
- The time elapsed, in seconds, since the start time of the export task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
progressPercentage
The number of progress percentage of the export task.
- Parameters:
progressPercentage
- The number of progress percentage of the export task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numVerticesWritten
The number of exported vertices.
- Parameters:
numVerticesWritten
- The number of exported vertices.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numEdgesWritten
The number of exported edges.
- Parameters:
numEdgesWritten
- The number of exported edges.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-