Interface SearchScopeSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SearchScopeSummary.Builder,SearchScopeSummary>,SdkBuilder<SearchScopeSummary.Builder,SearchScopeSummary>,SdkPojo
- Enclosing class:
- SearchScopeSummary
public static interface SearchScopeSummary.Builder extends SdkPojo, CopyableBuilder<SearchScopeSummary.Builder,SearchScopeSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchScopeSummary.BuildertotalItemsToScanCount(Long totalItemsToScanCount)This is the count of the total number of items that will be scanned in a search.SearchScopeSummary.BuildertotalRecoveryPointsToScanCount(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 Detail
-
totalRecoveryPointsToScanCount
SearchScopeSummary.Builder totalRecoveryPointsToScanCount(Integer 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
SearchScopeSummary.Builder totalItemsToScanCount(Long 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.
-
-