Interface MatchScoreDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MatchScoreDetails.Builder,
,MatchScoreDetails> SdkBuilder<MatchScoreDetails.Builder,
,MatchScoreDetails> SdkPojo
- Enclosing class:
MatchScoreDetails
@Mutable
@NotThreadSafe
public static interface MatchScoreDetails.Builder
extends SdkPojo, CopyableBuilder<MatchScoreDetails.Builder,MatchScoreDetails>
-
Method Summary
Modifier and TypeMethodDescriptiondefault MatchScoreDetails.Builder
components
(Consumer<ComponentMatchScores.Builder> components) Indicates how well the component input matches the returned.components
(ComponentMatchScores components) Indicates how well the component input matches the returned.Indicates how well the entire input matches the returned.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
-
overall
Indicates how well the entire input matches the returned. It is equal to 1 if all input tokens are recognized and matched.
- Parameters:
overall
- Indicates how well the entire input matches the returned. It is equal to 1 if all input tokens are recognized and matched.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
components
Indicates how well the component input matches the returned. It is equal to 1 if all input tokens are recognized and matched.
- Parameters:
components
- Indicates how well the component input matches the returned. It is equal to 1 if all input tokens are recognized and matched.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
components
Indicates how well the component input matches the returned. It is equal to 1 if all input tokens are recognized and matched.
This is a convenience method that creates an instance of theComponentMatchScores.Builder
avoiding the need to create one manually viaComponentMatchScores.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocomponents(ComponentMatchScores)
.- Parameters:
components
- a consumer that will call methods onComponentMatchScores.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-