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.
Length Constraints: Maximum length of 256 characters.
description - A description of the link.
Length Constraints: Maximum length of 256 characters.
CreateLinkRequest.Builder type(String type)
The type of the link.
Constraints: Cannot include the following characters: | \ ^
Length Constraints: Maximum length of 128 characters.
type - The type of the link.
Constraints: Cannot include the following characters: | \ ^
Length Constraints: Maximum length of 128 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 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: Cannot include the following characters: | \ ^
Length Constraints: Maximum length of 128 characters.
provider - The provider of the link.
Constraints: Cannot include the following characters: | \ ^
Length Constraints: Maximum length of 128 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 that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateLinkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateLinkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.