public static interface CreateLinkRequest.Builder extends NetworkManagerRequest.Builder, SdkPojo, CopyableBuilder<CreateLinkRequest.Builder,CreateLinkRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateLinkRequest.Builder globalNetworkId(String globalNetworkId)
The ID of the global network.
globalNetworkId - The ID of the global network.CreateLinkRequest.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.
CreateLinkRequest.Builder type(String type)
The type of the link.
Constraints: Maximum length of 128 characters. Cannot include the following characters: | \ ^
type - The type of the link.
Constraints: Maximum length of 128 characters. Cannot include the following characters: | \ ^
CreateLinkRequest.Builder bandwidth(Bandwidth bandwidth)
The upload speed and download speed in Mbps.
bandwidth - The upload speed and download speed in Mbps.default CreateLinkRequest.Builder bandwidth(Consumer<Bandwidth.Builder> bandwidth)
The upload speed 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)CreateLinkRequest.Builder provider(String provider)
The provider of the link.
Constraints: Maximum length of 128 characters. Cannot include the following characters: | \ ^
provider - The provider of the link.
Constraints: Maximum length of 128 characters. Cannot include the following characters: | \ ^
CreateLinkRequest.Builder siteId(String siteId)
The ID of the site.
siteId - The ID of the site.CreateLinkRequest.Builder tags(Collection<Tag> tags)
The tags to apply to the resource during creation.
tags - The tags to apply to the resource during creation.CreateLinkRequest.Builder tags(Tag... tags)
The tags to apply to the resource during creation.
tags - The tags to apply to the resource during creation.CreateLinkRequest.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) CreateLinkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateLinkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.