Interface CandidateAddress.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<CandidateAddress.Builder,,CandidateAddress> SdkBuilder<CandidateAddress.Builder,,CandidateAddress> SdkPojo
- Enclosing class:
 CandidateAddress
public static interface CandidateAddress.Builder
extends SdkPojo, CopyableBuilder<CandidateAddress.Builder,CandidateAddress> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe city of a candidate address.The country of a candidate address.postalCode(String postalCode) The postal code of a candidate address.postalCodePlus4(String postalCodePlus4) The Zip + 4 or postal code + 4 of a candidate address.The state of a candidate address.streetInfo(String streetInfo) The street information of a candidate addressstreetNumber(String streetNumber) The numeric portion of a candidate address.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
streetInfo
The street information of a candidate address
- Parameters:
 streetInfo- The street information of a candidate address- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
streetNumber
The numeric portion of a candidate address.
- Parameters:
 streetNumber- The numeric portion of a candidate address.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
city
The city of a candidate address.
- Parameters:
 city- The city of a candidate address.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
state
The state of a candidate address.
- Parameters:
 state- The state of a candidate address.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
postalCode
The postal code of a candidate address.
- Parameters:
 postalCode- The postal code of a candidate address.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
postalCodePlus4
The Zip + 4 or postal code + 4 of a candidate address.
- Parameters:
 postalCodePlus4- The Zip + 4 or postal code + 4 of a candidate address.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
country
The country of a candidate address.
- Parameters:
 country- The country of a candidate address.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -