Interface UpdateSiteRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateSiteRequest.Builder,UpdateSiteRequest>,NetworkManagerRequest.Builder,SdkBuilder<UpdateSiteRequest.Builder,UpdateSiteRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateSiteRequest
public static interface UpdateSiteRequest.Builder extends NetworkManagerRequest.Builder, SdkPojo, CopyableBuilder<UpdateSiteRequest.Builder,UpdateSiteRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateSiteRequest.Builderdescription(String description)A description of your site.UpdateSiteRequest.BuilderglobalNetworkId(String globalNetworkId)The ID of the global network.default UpdateSiteRequest.Builderlocation(Consumer<Location.Builder> location)The site location:UpdateSiteRequest.Builderlocation(Location location)The site location:UpdateSiteRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateSiteRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateSiteRequest.BuildersiteId(String siteId)The ID of your site.-
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
UpdateSiteRequest.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.
-
siteId
UpdateSiteRequest.Builder siteId(String siteId)
The ID of your site.
- Parameters:
siteId- The ID of your site.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateSiteRequest.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
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.
- Parameters:
location- The site location:-
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 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.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)
-
-
overrideConfiguration
UpdateSiteRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateSiteRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-