Interface CreateVpcLinkRequest.Builder

    • Method Detail

      • name

        CreateVpcLinkRequest.Builder name​(String 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

        CreateVpcLinkRequest.Builder targetArns​(Collection<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.
      • 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

        CreateVpcLinkRequest.Builder tags​(Map<String,​String> 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.