public static interface UpdateSiteAddressResponse.Builder extends OutpostsResponse.Builder, SdkPojo, CopyableBuilder<UpdateSiteAddressResponse.Builder,UpdateSiteAddressResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateSiteAddressResponse.Builder |
address(Address address)
Information about an address.
|
default UpdateSiteAddressResponse.Builder |
address(Consumer<Address.Builder> address)
Information about an address.
|
UpdateSiteAddressResponse.Builder |
addressType(AddressType addressType)
The type of the address.
|
UpdateSiteAddressResponse.Builder |
addressType(String addressType)
The type of the address.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSiteAddressResponse.Builder addressType(String addressType)
The type of the address.
addressType - The type of the address.AddressType,
AddressTypeUpdateSiteAddressResponse.Builder addressType(AddressType addressType)
The type of the address.
addressType - The type of the address.AddressType,
AddressTypeUpdateSiteAddressResponse.Builder address(Address address)
Information about an address.
address - Information about an address.default UpdateSiteAddressResponse.Builder address(Consumer<Address.Builder> address)
Information about an address.
This is a convenience method that creates an instance of theAddress.Builder avoiding the need to
create one manually via Address.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to address(Address).
address - a consumer that will call methods on Address.Builderaddress(Address)Copyright © 2023. All rights reserved.