Interface UpdateLinkRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateLinkRequest.Builder,UpdateLinkRequest>,NetworkManagerRequest.Builder,SdkBuilder<UpdateLinkRequest.Builder,UpdateLinkRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateLinkRequest
public static interface UpdateLinkRequest.Builder extends NetworkManagerRequest.Builder, SdkPojo, CopyableBuilder<UpdateLinkRequest.Builder,UpdateLinkRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateLinkRequest.Builderbandwidth(Consumer<Bandwidth.Builder> bandwidth)The upload and download speed in Mbps.UpdateLinkRequest.Builderbandwidth(Bandwidth bandwidth)The upload and download speed in Mbps.UpdateLinkRequest.Builderdescription(String description)A description of the link.UpdateLinkRequest.BuilderglobalNetworkId(String globalNetworkId)The ID of the global network.UpdateLinkRequest.BuilderlinkId(String linkId)The ID of the link.UpdateLinkRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateLinkRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateLinkRequest.Builderprovider(String provider)The provider of the link.UpdateLinkRequest.Buildertype(String type)The type of the link.-
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
UpdateLinkRequest.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.
-
linkId
UpdateLinkRequest.Builder linkId(String linkId)
The ID of the link.
- Parameters:
linkId- The ID of the link.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateLinkRequest.Builder description(String description)
A description of the link.
Constraints: Maximum length of 256 characters.
- Parameters:
description- A description of the link.Constraints: Maximum length of 256 characters.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
UpdateLinkRequest.Builder type(String type)
The type of the link.
Constraints: Maximum length of 128 characters.
- Parameters:
type- The type of the link.Constraints: Maximum length of 128 characters.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bandwidth
UpdateLinkRequest.Builder bandwidth(Bandwidth bandwidth)
The upload and download speed in Mbps.
- Parameters:
bandwidth- The upload and download speed in Mbps.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bandwidth
default UpdateLinkRequest.Builder bandwidth(Consumer<Bandwidth.Builder> bandwidth)
The upload and download speed in Mbps.
This is a convenience method that creates an instance of theBandwidth.Builderavoiding the need to create one manually viaBandwidth.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobandwidth(Bandwidth).- Parameters:
bandwidth- a consumer that will call methods onBandwidth.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
bandwidth(Bandwidth)
-
provider
UpdateLinkRequest.Builder provider(String provider)
The provider of the link.
Constraints: Maximum length of 128 characters.
- Parameters:
provider- The provider of the link.Constraints: Maximum length of 128 characters.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateLinkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateLinkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-