Interface UpdateSiteAddressRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<UpdateSiteAddressRequest.Builder,,UpdateSiteAddressRequest> OutpostsRequest.Builder,SdkBuilder<UpdateSiteAddressRequest.Builder,,UpdateSiteAddressRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 UpdateSiteAddressRequest
public static interface UpdateSiteAddressRequest.Builder
extends OutpostsRequest.Builder, SdkPojo, CopyableBuilder<UpdateSiteAddressRequest.Builder,UpdateSiteAddressRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault UpdateSiteAddressRequest.Builderaddress(Consumer<Address.Builder> address) The address for the site.The address for the site.addressType(String addressType) The type of the address.addressType(AddressType addressType) The type of the address.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The ID or the Amazon Resource Name (ARN) of the site.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.outposts.model.OutpostsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
siteId
The ID or the Amazon Resource Name (ARN) of the site.
- Parameters:
 siteId- The ID or the Amazon Resource Name (ARN) of the site.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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
The address for the site.
- Parameters:
 address- The address for the site.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
address
The address for the site.
This is a convenience method that creates an instance of theAddress.Builderavoiding the need to create one manually viaAddress.builder().When the
Consumercompletes,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:
 
 - 
overrideConfiguration
UpdateSiteAddressRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
UpdateSiteAddressRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -