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 SummaryModifier and TypeMethodDescriptiondefault MatchScoreDetails.Buildercomponents(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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
overallIndicates 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.
 
- 
componentsIndicates 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.
 
- 
componentsIndicates 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.Builderavoiding the need to create one manually viaComponentMatchScores.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocomponents(ComponentMatchScores).- Parameters:
- components- a consumer that will call methods on- ComponentMatchScores.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-