public static interface UpdateLinkRequest.Builder extends NetworkManagerRequest.Builder, SdkPojo, CopyableBuilder<UpdateLinkRequest.Builder,UpdateLinkRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateLinkRequest.Builder |
bandwidth(Bandwidth bandwidth)
The upload and download speed in Mbps.
|
default UpdateLinkRequest.Builder |
bandwidth(Consumer<Bandwidth.Builder> bandwidth)
The upload and download speed in Mbps.
|
UpdateLinkRequest.Builder |
description(String description)
A description of the link.
|
UpdateLinkRequest.Builder |
globalNetworkId(String globalNetworkId)
The ID of the global network.
|
UpdateLinkRequest.Builder |
linkId(String linkId)
The ID of the link.
|
UpdateLinkRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateLinkRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateLinkRequest.Builder |
provider(String provider)
The provider of the link.
|
UpdateLinkRequest.Builder |
type(String type)
The type of the link.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateLinkRequest.Builder globalNetworkId(String globalNetworkId)
The ID of the global network.
globalNetworkId - The ID of the global network.UpdateLinkRequest.Builder linkId(String linkId)
The ID of the link.
linkId - The ID of the link.UpdateLinkRequest.Builder description(String description)
A description of the link.
Constraints: Maximum length of 256 characters.
description - A description of the link.
Constraints: Maximum length of 256 characters.
UpdateLinkRequest.Builder type(String type)
The type of the link.
Constraints: Maximum length of 128 characters.
type - The type of the link.
Constraints: Maximum length of 128 characters.
UpdateLinkRequest.Builder bandwidth(Bandwidth bandwidth)
The upload and download speed in Mbps.
bandwidth - The upload and download speed in Mbps.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.Builder avoiding the need to
create one manually via Bandwidth.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to bandwidth(Bandwidth).
bandwidth - a consumer that will call methods on Bandwidth.Builderbandwidth(Bandwidth)UpdateLinkRequest.Builder provider(String provider)
The provider of the link.
Constraints: Maximum length of 128 characters.
provider - The provider of the link.
Constraints: Maximum length of 128 characters.
UpdateLinkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateLinkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.