Interface SecondaryAddressComponentMatchScore.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SecondaryAddressComponentMatchScore.Builder,
,SecondaryAddressComponentMatchScore> SdkBuilder<SecondaryAddressComponentMatchScore.Builder,
,SecondaryAddressComponentMatchScore> SdkPojo
- Enclosing class:
SecondaryAddressComponentMatchScore
@Mutable
@NotThreadSafe
public static interface SecondaryAddressComponentMatchScore.Builder
extends SdkPojo, CopyableBuilder<SecondaryAddressComponentMatchScore.Builder,SecondaryAddressComponentMatchScore>
-
Method Summary
Modifier and TypeMethodDescriptionMatch score for the secondary address number.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
-
number
Match score for the secondary address number.
- Parameters:
number
- Match score for the secondary address number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-