Interface LeadAddress.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<LeadAddress.Builder,,LeadAddress> SdkBuilder<LeadAddress.Builder,,LeadAddress> SdkPojo
- Enclosing class:
LeadAddress
@Mutable
@NotThreadSafe
public static interface LeadAddress.Builder
extends SdkPojo, CopyableBuilder<LeadAddress.Builder,LeadAddress>
-
Method Summary
Modifier and TypeMethodDescriptionThe city of the lead customer's address.countryCode(String countryCode) The country code of the lead customer's address.postalCode(String postalCode) The postal code of the lead customer's address.stateOrRegion(String stateOrRegion) The state or region of the lead customer's 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, sdkFieldNameToField, sdkFields
-
Method Details
-
city
The city of the lead customer's address.
- Parameters:
city- The city of the lead customer's address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
postalCode
The postal code of the lead customer's address.
- Parameters:
postalCode- The postal code of the lead customer's address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stateOrRegion
The state or region of the lead customer's address.
- Parameters:
stateOrRegion- The state or region of the lead customer's address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
countryCode
The country code of the lead customer's address.
- Parameters:
countryCode- The country code of the lead customer's address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-