Interface ResultsSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ResultsSummary.Builder,
,ResultsSummary> SdkBuilder<ResultsSummary.Builder,
,ResultsSummary> SdkPojo
- Enclosing class:
ResultsSummary
@Mutable
@NotThreadSafe
public static interface ResultsSummary.Builder
extends SdkPojo, CopyableBuilder<ResultsSummary.Builder,ResultsSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncreatedRecords
(Long createdRecords) The number of records that were newly created during the upload job.failedRecords
(Long failedRecords) The number of records that failed to be processed during the upload job.updatedRecords
(Long updatedRecords) The number of records that were updated during the upload job.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
-
updatedRecords
The number of records that were updated during the upload job.
- Parameters:
updatedRecords
- The number of records that were updated during the upload job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdRecords
The number of records that were newly created during the upload job.
- Parameters:
createdRecords
- The number of records that were newly created during the upload job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failedRecords
The number of records that failed to be processed during the upload job.
- Parameters:
failedRecords
- The number of records that failed to be processed during the upload job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-