Interface ImportTaskDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ImportTaskDetails.Builder,
,ImportTaskDetails> SdkBuilder<ImportTaskDetails.Builder,
,ImportTaskDetails> SdkPojo
- Enclosing class:
ImportTaskDetails
@Mutable
@NotThreadSafe
public static interface ImportTaskDetails.Builder
extends SdkPojo, CopyableBuilder<ImportTaskDetails.Builder,ImportTaskDetails>
-
Method Summary
Modifier and TypeMethodDescriptiondictionaryEntryCount
(Long dictionaryEntryCount) The number of dictionary entries in the import task.errorCount
(Integer errorCount) The number of errors encountered so far.errorDetails
(String errorDetails) Details about the errors that have been encountered.progressPercentage
(Integer progressPercentage) The percentage progress so far.Time at which the import task started.statementCount
(Long statementCount) The number of statements in the import task.Status of the import task.timeElapsedSeconds
(Long timeElapsedSeconds) Seconds elapsed since the import task started.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
-
status
Status of the import task.
- Parameters:
status
- Status of the import task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
Time at which the import task started.
- Parameters:
startTime
- Time at which the import task started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timeElapsedSeconds
Seconds elapsed since the import task started.
- Parameters:
timeElapsedSeconds
- Seconds elapsed since the import task started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
progressPercentage
The percentage progress so far.
- Parameters:
progressPercentage
- The percentage progress so far.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCount
The number of errors encountered so far.
- Parameters:
errorCount
- The number of errors encountered so far.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorDetails
Details about the errors that have been encountered.
- Parameters:
errorDetails
- Details about the errors that have been encountered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statementCount
The number of statements in the import task.
- Parameters:
statementCount
- The number of statements in the import task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dictionaryEntryCount
The number of dictionary entries in the import task.
- Parameters:
dictionaryEntryCount
- The number of dictionary entries in the import task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-