Interface RunStatisticsForAssets.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RunStatisticsForAssets.Builder,,RunStatisticsForAssets> SdkBuilder<RunStatisticsForAssets.Builder,,RunStatisticsForAssets> SdkPojo
- Enclosing class:
RunStatisticsForAssets
public static interface RunStatisticsForAssets.Builder
extends SdkPojo, CopyableBuilder<RunStatisticsForAssets.Builder,RunStatisticsForAssets>
-
Method Summary
Modifier and TypeMethodDescriptionTheaddedstatistic for the data source run.Thefailedstatistic for the data source run.Theskippedstatistic for the data source run.Theunchangedstatistic for the data source run.Theupdatedstatistic for the data source run.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
added
The
addedstatistic for the data source run.- Parameters:
added- Theaddedstatistic for the data source run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failed
The
failedstatistic for the data source run.- Parameters:
failed- Thefailedstatistic for the data source run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
skipped
The
skippedstatistic for the data source run.- Parameters:
skipped- Theskippedstatistic for the data source run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unchanged
The
unchangedstatistic for the data source run.- Parameters:
unchanged- Theunchangedstatistic for the data source run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updated
The
updatedstatistic for the data source run.- Parameters:
updated- Theupdatedstatistic for the data source run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-