Interface CandidateAddress.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CandidateAddress.Builder,,- CandidateAddress> - SdkBuilder<CandidateAddress.Builder,,- CandidateAddress> - SdkPojo
- Enclosing class:
- CandidateAddress
@Mutable
@NotThreadSafe
public static interface CandidateAddress.Builder
extends SdkPojo, CopyableBuilder<CandidateAddress.Builder,CandidateAddress> 
- 
Method SummaryModifier and TypeMethodDescriptionThe city of the candidate address.The country of the candidate address.postalCode(String postalCode) The postal code of the candidate address.postalCodePlus4(String postalCodePlus4) The zip + 4 or postal code +4 of the candidate address.The state of the candidate address.streetInfo(String streetInfo) The street information of the candidate address.streetNumber(String streetNumber) The numeric portion of the candidate address.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- 
streetInfoThe street information of the candidate address. - Parameters:
- streetInfo- The street information of the candidate address.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
streetNumberThe numeric portion of the candidate address. - Parameters:
- streetNumber- The numeric portion of the candidate address.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
cityThe city of the candidate address. - Parameters:
- city- The city of the candidate address.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
stateThe state of the candidate address. - Parameters:
- state- The state of the candidate address.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
postalCodeThe postal code of the candidate address. - Parameters:
- postalCode- The postal code of the candidate address.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
postalCodePlus4The zip + 4 or postal code +4 of the candidate address. - Parameters:
- postalCodePlus4- The zip + 4 or postal code +4 of the candidate address.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
countryThe country of the candidate address. - Parameters:
- country- The country of the candidate address.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-