public static interface CreateSiteRequest.Builder extends NetworkManagerRequest.Builder, SdkPojo, CopyableBuilder<CreateSiteRequest.Builder,CreateSiteRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateSiteRequest.Builder |
description(String description)
A description of your site.
|
CreateSiteRequest.Builder |
globalNetworkId(String globalNetworkId)
The ID of the global network.
|
default CreateSiteRequest.Builder |
location(Consumer<Location.Builder> location)
The site location.
|
CreateSiteRequest.Builder |
location(Location location)
The site location.
|
CreateSiteRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSiteRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateSiteRequest.Builder |
tags(Collection<Tag> tags)
The tags to apply to the resource during creation.
|
CreateSiteRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags to apply to the resource during creation.
|
CreateSiteRequest.Builder |
tags(Tag... tags)
The tags to apply to the resource during creation.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSiteRequest.Builder globalNetworkId(String globalNetworkId)
The ID of the global network.
globalNetworkId - The ID of the global network.CreateSiteRequest.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.
CreateSiteRequest.Builder location(Location location)
The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated.
Address: The physical address of the site.
Latitude: The latitude of the site.
Longitude: The longitude of the site.
location - The site location. This information is used for visualization in the Network Manager console. If you
specify the address, the latitude and longitude are automatically calculated.
Address: The physical address of the site.
Latitude: The latitude of the site.
Longitude: The longitude of the site.
default CreateSiteRequest.Builder location(Consumer<Location.Builder> location)
The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated.
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)CreateSiteRequest.Builder tags(Collection<Tag> tags)
The tags to apply to the resource during creation.
tags - The tags to apply to the resource during creation.CreateSiteRequest.Builder tags(Tag... tags)
The tags to apply to the resource during creation.
tags - The tags to apply to the resource during creation.CreateSiteRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags to apply to the resource during creation.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateSiteRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateSiteRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.