Interface TotalHits.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TotalHits.Builder,,TotalHits> SdkBuilder<TotalHits.Builder,,TotalHits> SdkPojo
- Enclosing class:
TotalHits
-
Method Summary
Modifier and TypeMethodDescriptionIndicates the relationship between the returnedValueand the actual total number of matching results.Indicates the relationship between the returnedValueand the actual total number of matching results.The total number of matching results.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, sdkFieldNameToField, sdkFields
-
Method Details
-
value
The total number of matching results. This value may be exact or an estimate, depending on the
Relationfield.- Parameters:
value- The total number of matching results. This value may be exact or an estimate, depending on theRelationfield.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
relation
Indicates the relationship between the returned
Valueand the actual total number of matching results. Possible values are:-
EqualTo: TheValueis the exact count of matching results. -
GreaterThanOrEqualTo: TheValueis a lower bound of the actual count of matching results.
- Parameters:
relation- Indicates the relationship between the returnedValueand the actual total number of matching results. Possible values are:-
EqualTo: TheValueis the exact count of matching results. -
GreaterThanOrEqualTo: TheValueis a lower bound of the actual count of matching results.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
relation
Indicates the relationship between the returned
Valueand the actual total number of matching results. Possible values are:-
EqualTo: TheValueis the exact count of matching results. -
GreaterThanOrEqualTo: TheValueis a lower bound of the actual count of matching results.
- Parameters:
relation- Indicates the relationship between the returnedValueand the actual total number of matching results. Possible values are:-
EqualTo: TheValueis the exact count of matching results. -
GreaterThanOrEqualTo: TheValueis a lower bound of the actual count of matching results.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-