Interface SearchScopeSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SearchScopeSummary.Builder,
,SearchScopeSummary> SdkBuilder<SearchScopeSummary.Builder,
,SearchScopeSummary> SdkPojo
- Enclosing class:
SearchScopeSummary
@Mutable
@NotThreadSafe
public static interface SearchScopeSummary.Builder
extends SdkPojo, CopyableBuilder<SearchScopeSummary.Builder,SearchScopeSummary>
-
Method Summary
Modifier and TypeMethodDescriptiontotalItemsToScanCount
(Long totalItemsToScanCount) This is the count of the total number of items that will be scanned in a search.totalRecoveryPointsToScanCount
(Integer totalRecoveryPointsToScanCount) This is the count of the total number of backups that will be scanned in a search.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
-
totalRecoveryPointsToScanCount
This is the count of the total number of backups that will be scanned in a search.
- Parameters:
totalRecoveryPointsToScanCount
- This is the count of the total number of backups that will be scanned in a search.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalItemsToScanCount
This is the count of the total number of items that will be scanned in a search.
- Parameters:
totalItemsToScanCount
- This is the count of the total number of items that will be scanned in a search.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-