public static interface Address.Builder extends SdkPojo, CopyableBuilder<Address.Builder,Address>
| Modifier and Type | Method and Description |
|---|---|
Address.Builder |
country(String country)
The country of the address.
|
Address.Builder |
formatted(String formatted)
A string containing a formatted version of the address for display.
|
Address.Builder |
locality(String locality)
A string of the address locality.
|
Address.Builder |
postalCode(String postalCode)
The postal code of the address.
|
Address.Builder |
primary(Boolean primary)
A Boolean value representing whether this is the primary address for the associated resource.
|
Address.Builder |
region(String region)
The region of the address.
|
Address.Builder |
streetAddress(String streetAddress)
The street of the address.
|
Address.Builder |
type(String type)
A string representing the type of address.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAddress.Builder streetAddress(String streetAddress)
The street of the address.
streetAddress - The street of the address.Address.Builder locality(String locality)
A string of the address locality.
locality - A string of the address locality.Address.Builder region(String region)
The region of the address.
region - The region of the address.Address.Builder postalCode(String postalCode)
The postal code of the address.
postalCode - The postal code of the address.Address.Builder country(String country)
The country of the address.
country - The country of the address.Address.Builder formatted(String formatted)
A string containing a formatted version of the address for display.
formatted - A string containing a formatted version of the address for display.Address.Builder type(String type)
A string representing the type of address. For example, "Home."
type - A string representing the type of address. For example, "Home."Address.Builder primary(Boolean primary)
A Boolean value representing whether this is the primary address for the associated resource.
primary - A Boolean value representing whether this is the primary address for the associated resource.Copyright © 2022. All rights reserved.