Interface MetadataTransferJobProgress.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MetadataTransferJobProgress.Builder,
,MetadataTransferJobProgress> SdkBuilder<MetadataTransferJobProgress.Builder,
,MetadataTransferJobProgress> SdkPojo
- Enclosing class:
MetadataTransferJobProgress
@Mutable
@NotThreadSafe
public static interface MetadataTransferJobProgress.Builder
extends SdkPojo, CopyableBuilder<MetadataTransferJobProgress.Builder,MetadataTransferJobProgress>
-
Method Summary
Modifier and TypeMethodDescriptionfailedCount
(Integer failedCount) The failed count.skippedCount
(Integer skippedCount) The skipped count.succeededCount
(Integer succeededCount) The succeeded count.totalCount
(Integer totalCount) The total count.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
-
totalCount
The total count. [of what]
- Parameters:
totalCount
- The total count. [of what]- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
succeededCount
The succeeded count.
- Parameters:
succeededCount
- The succeeded count.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
skippedCount
The skipped count.
- Parameters:
skippedCount
- The skipped count.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failedCount
The failed count.
- Parameters:
failedCount
- The failed count.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-