Interface ParsedQuerySecondaryAddressComponent.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ParsedQuerySecondaryAddressComponent.Builder,
,ParsedQuerySecondaryAddressComponent> SdkBuilder<ParsedQuerySecondaryAddressComponent.Builder,
,ParsedQuerySecondaryAddressComponent> SdkPojo
- Enclosing class:
ParsedQuerySecondaryAddressComponent
@Mutable
@NotThreadSafe
public static interface ParsedQuerySecondaryAddressComponent.Builder
extends SdkPojo, CopyableBuilder<ParsedQuerySecondaryAddressComponent.Builder,ParsedQuerySecondaryAddressComponent>
-
Method Summary
Modifier and TypeMethodDescriptiondesignator
(String designator) Secondary address designator provided in the query.End index of the parsed secondary address component in the query text.Secondary address number provided in the query.startIndex
(Integer startIndex) Start index of the parsed secondary address component in the query text.Value of the parsed secondary address component.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
-
startIndex
Start index of the parsed secondary address component in the query text.
- Parameters:
startIndex
- Start index of the parsed secondary address component in the query text.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endIndex
End index of the parsed secondary address component in the query text.
- Parameters:
endIndex
- End index of the parsed secondary address component in the query text.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
Value of the parsed secondary address component.
- Parameters:
value
- Value of the parsed secondary address component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
number
Secondary address number provided in the query.
- Parameters:
number
- Secondary address number provided in the query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
designator
Secondary address designator provided in the query.
- Parameters:
designator
- Secondary address designator provided in the query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-