public static interface UpdateSiteAddressRequest.Builder extends OutpostsRequest.Builder, SdkPojo, CopyableBuilder<UpdateSiteAddressRequest.Builder,UpdateSiteAddressRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateSiteAddressRequest.Builder |
address(Address address)
The address for the site.
|
default UpdateSiteAddressRequest.Builder |
address(Consumer<Address.Builder> address)
The address for the site.
|
UpdateSiteAddressRequest.Builder |
addressType(AddressType addressType)
The type of the address.
|
UpdateSiteAddressRequest.Builder |
addressType(String addressType)
The type of the address.
|
UpdateSiteAddressRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateSiteAddressRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateSiteAddressRequest.Builder |
siteId(String siteId)
The ID or the Amazon Resource Name (ARN) of the site.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSiteAddressRequest.Builder siteId(String siteId)
The ID or the Amazon Resource Name (ARN) of the site.
In requests, Amazon Web Services Outposts accepts the Amazon Resource Name (ARN) or an ID for Outposts and
sites throughout the Outposts Query API. To address backwards compatibility, the parameter names
OutpostID or SiteID remain in use. Despite the parameter name, you can make the
request with an ARN.
siteId - The ID or the Amazon Resource Name (ARN) of the site.
In requests, Amazon Web Services Outposts accepts the Amazon Resource Name (ARN) or an ID for Outposts
and sites throughout the Outposts Query API. To address backwards compatibility, the parameter names
OutpostID or SiteID remain in use. Despite the parameter name, you can make
the request with an ARN.
UpdateSiteAddressRequest.Builder addressType(String addressType)
The type of the address.
addressType - The type of the address.AddressType,
AddressTypeUpdateSiteAddressRequest.Builder addressType(AddressType addressType)
The type of the address.
addressType - The type of the address.AddressType,
AddressTypeUpdateSiteAddressRequest.Builder address(Address address)
The address for the site.
address - The address for the site.default UpdateSiteAddressRequest.Builder address(Consumer<Address.Builder> address)
The address for the site.
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)UpdateSiteAddressRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateSiteAddressRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.