Interface UpdateSiteAddressResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateSiteAddressResponse.Builder,
,UpdateSiteAddressResponse> OutpostsResponse.Builder
,SdkBuilder<UpdateSiteAddressResponse.Builder,
,UpdateSiteAddressResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateSiteAddressResponse
public static interface UpdateSiteAddressResponse.Builder
extends OutpostsResponse.Builder, SdkPojo, CopyableBuilder<UpdateSiteAddressResponse.Builder,UpdateSiteAddressResponse>
-
Method Summary
Modifier and TypeMethodDescriptionaddress
(Consumer<Address.Builder> address) Information about an address.Information about an address.addressType
(String addressType) The type of the address.addressType
(AddressType addressType) The type of the address.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.outposts.model.OutpostsResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
addressType
The type of the address.
- Parameters:
addressType
- The type of the address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
addressType
The type of the address.
- Parameters:
addressType
- The type of the address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
address
Information about an address.
- Parameters:
address
- Information about an address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
address
Information about an address.
This is a convenience method that creates an instance of theAddress.Builder
avoiding the need to create one manually viaAddress.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toaddress(Address)
.- Parameters:
address
- a consumer that will call methods onAddress.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-