Interface CurrentSearchProgress.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CurrentSearchProgress.Builder,
,CurrentSearchProgress> SdkBuilder<CurrentSearchProgress.Builder,
,CurrentSearchProgress> SdkPojo
- Enclosing class:
CurrentSearchProgress
@Mutable
@NotThreadSafe
public static interface CurrentSearchProgress.Builder
extends SdkPojo, CopyableBuilder<CurrentSearchProgress.Builder,CurrentSearchProgress>
-
Method Summary
Modifier and TypeMethodDescriptionitemsMatchedCount
(Long itemsMatchedCount) This number is the sum of all items that match the item filters in a search job in progress.itemsScannedCount
(Long itemsScannedCount) This number is the sum of all items that have been scanned so far during a search job.recoveryPointsScannedCount
(Integer recoveryPointsScannedCount) This number is the sum of all backups that have been scanned so far during a search 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
-
recoveryPointsScannedCount
This number is the sum of all backups that have been scanned so far during a search job.
- Parameters:
recoveryPointsScannedCount
- This number is the sum of all backups that have been scanned so far during a search job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
itemsScannedCount
This number is the sum of all items that have been scanned so far during a search job.
- Parameters:
itemsScannedCount
- This number is the sum of all items that have been scanned so far during a search job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
itemsMatchedCount
This number is the sum of all items that match the item filters in a search job in progress.
- Parameters:
itemsMatchedCount
- This number is the sum of all items that match the item filters in a search job in progress.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-