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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
startIndexStart 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.
 
- 
endIndexEnd 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.
 
- 
valueValue 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.
 
- 
numberSecondary 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.
 
- 
designatorSecondary 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.
 
 
-