Interface CreateLinkRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<CreateLinkRequest.Builder,CreateLinkRequest>, NetworkManagerRequest.Builder, SdkBuilder<CreateLinkRequest.Builder,CreateLinkRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
CreateLinkRequest

public static interface CreateLinkRequest.Builder extends NetworkManagerRequest.Builder, SdkPojo, CopyableBuilder<CreateLinkRequest.Builder,CreateLinkRequest>
  • Method Details

    • globalNetworkId

      CreateLinkRequest.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.
    • description

      CreateLinkRequest.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

      The type of the link.

      Constraints: Maximum length of 128 characters. Cannot include the following characters: | \ ^

      Parameters:
      type - The type of the link.

      Constraints: Maximum length of 128 characters. Cannot include the following characters: | \ ^

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • bandwidth

      CreateLinkRequest.Builder bandwidth(Bandwidth bandwidth)

      The upload speed and download speed in Mbps.

      Parameters:
      bandwidth - The upload speed and download speed in Mbps.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • bandwidth

      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 the Bandwidth.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).

      Parameters:
      bandwidth - a consumer that will call methods on Bandwidth.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • provider

      CreateLinkRequest.Builder provider(String provider)

      The provider of the link.

      Constraints: Maximum length of 128 characters. Cannot include the following characters: | \ ^

      Parameters:
      provider - The provider of the link.

      Constraints: Maximum length of 128 characters. Cannot include the following characters: | \ ^

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • siteId

      The ID of the site.

      Parameters:
      siteId - The ID of the site.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The tags to apply to the resource during creation.

      Parameters:
      tags - The tags to apply to the resource during creation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The tags to apply to the resource during creation.

      Parameters:
      tags - The tags to apply to the resource during creation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The tags to apply to the resource during creation.

      This is a convenience method that creates an instance of the Tag.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<Tag>).

      Parameters:
      tags - a consumer that will call methods on Tag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      CreateLinkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.