public static interface UpdateSiteRequest.Builder extends NetworkManagerRequest.Builder, SdkPojo, CopyableBuilder<UpdateSiteRequest.Builder,UpdateSiteRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateSiteRequest.Builder |
description(String description)
A description of your site.
|
UpdateSiteRequest.Builder |
globalNetworkId(String globalNetworkId)
The ID of the global network.
|
default UpdateSiteRequest.Builder |
location(Consumer<Location.Builder> location)
The site location:
|
UpdateSiteRequest.Builder |
location(Location location)
The site location:
|
UpdateSiteRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateSiteRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateSiteRequest.Builder |
siteId(String siteId)
The ID of your site.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSiteRequest.Builder globalNetworkId(String globalNetworkId)
The ID of the global network.
globalNetworkId - The ID of the global network.UpdateSiteRequest.Builder siteId(String siteId)
The ID of your site.
siteId - The ID of your site.UpdateSiteRequest.Builder description(String description)
A description of your site.
Constraints: Maximum length of 256 characters.
description - A description of your site.
Constraints: Maximum length of 256 characters.
UpdateSiteRequest.Builder location(Location location)
The site location:
Address: The physical address of the site.
Latitude: The latitude of the site.
Longitude: The longitude of the site.
location - The site location:
Address: The physical address of the site.
Latitude: The latitude of the site.
Longitude: The longitude of the site.
default UpdateSiteRequest.Builder location(Consumer<Location.Builder> location)
The site location:
Address: The physical address of the site.
Latitude: The latitude of the site.
Longitude: The longitude of the site.
Location.Builder avoiding the need to
create one manually via Location.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to location(Location).
location - a consumer that will call methods on Location.Builderlocation(Location)UpdateSiteRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateSiteRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.