Interface CreateSiteRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateSiteRequest.Builder,CreateSiteRequest>,NetworkManagerRequest.Builder,SdkBuilder<CreateSiteRequest.Builder,CreateSiteRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateSiteRequest
public static interface CreateSiteRequest.Builder extends NetworkManagerRequest.Builder, SdkPojo, CopyableBuilder<CreateSiteRequest.Builder,CreateSiteRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateSiteRequest.Builderdescription(String description)A description of your site.CreateSiteRequest.BuilderglobalNetworkId(String globalNetworkId)The ID of the global network.default CreateSiteRequest.Builderlocation(Consumer<Location.Builder> location)The site location.CreateSiteRequest.Builderlocation(Location location)The site location.CreateSiteRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateSiteRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateSiteRequest.Buildertags(Collection<Tag> tags)The tags to apply to the resource during creation.CreateSiteRequest.Buildertags(Consumer<Tag.Builder>... tags)The tags to apply to the resource during creation.CreateSiteRequest.Buildertags(Tag... tags)The tags to apply to the resource during creation.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.networkmanager.model.NetworkManagerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
globalNetworkId
CreateSiteRequest.Builder globalNetworkId(String globalNetworkId)
The ID of the global network.
- Parameters:
globalNetworkId- The ID of the global network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CreateSiteRequest.Builder description(String description)
A description of your site.
Constraints: Maximum length of 256 characters.
- Parameters:
description- A description of your site.Constraints: Maximum length of 256 characters.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
location
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
location
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.Builderavoiding the need to create one manually viaLocation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolocation(Location).- Parameters:
location- a consumer that will call methods onLocation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
location(Location)
-
-
tags
CreateSiteRequest.Builder tags(Collection<Tag> tags)
The tags to apply to the resource during creation.
- Parameters:
tags- The tags to apply to the resource during creation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateSiteRequest.Builder tags(Tag... tags)
The tags to apply to the resource during creation.
- Parameters:
tags- The tags to apply to the resource during creation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
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.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
overrideConfiguration
CreateSiteRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateSiteRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-