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 returnedValue
and the actual total number of matching results.Indicates the relationship between the returnedValue
and the actual total number of matching results.The total number of matching results.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
-
value
The total number of matching results. This value may be exact or an estimate, depending on the
Relation
field.- Parameters:
value
- The total number of matching results. This value may be exact or an estimate, depending on theRelation
field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
relation
Indicates the relationship between the returned
Value
and the actual total number of matching results. Possible values are:-
EqualTo
: TheValue
is the exact count of matching results. -
GreaterThanOrEqualTo
: TheValue
is a lower bound of the actual count of matching results.
- Parameters:
relation
- Indicates the relationship between the returnedValue
and the actual total number of matching results. Possible values are:-
EqualTo
: TheValue
is the exact count of matching results. -
GreaterThanOrEqualTo
: TheValue
is 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
Value
and the actual total number of matching results. Possible values are:-
EqualTo
: TheValue
is the exact count of matching results. -
GreaterThanOrEqualTo
: TheValue
is a lower bound of the actual count of matching results.
- Parameters:
relation
- Indicates the relationship between the returnedValue
and the actual total number of matching results. Possible values are:-
EqualTo
: TheValue
is the exact count of matching results. -
GreaterThanOrEqualTo
: TheValue
is 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:
-
-