Interface CreateVpcLinkRequest.Builder

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

public static interface CreateVpcLinkRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<CreateVpcLinkRequest.Builder,CreateVpcLinkRequest>
  • Method Details

    • name

      The name used to label and identify the VPC link.

      Parameters:
      name - The name used to label and identify the VPC link.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      CreateVpcLinkRequest.Builder description(String description)

      The description of the VPC link.

      Parameters:
      description - The description of the VPC link.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetArns

      The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer must be owned by the same Amazon Web Services account of the API owner.

      Parameters:
      targetArns - The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer must be owned by the same Amazon Web Services account of the API owner.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetArns

      CreateVpcLinkRequest.Builder targetArns(String... targetArns)

      The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer must be owned by the same Amazon Web Services account of the API owner.

      Parameters:
      targetArns - The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer must be owned by the same Amazon Web Services account of the API owner.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with aws:. The tag value can be up to 256 characters.

      Parameters:
      tags - The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with aws:. The tag value can be up to 256 characters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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