Interface GetVpcLinkResponse.Builder

All Superinterfaces:
ApiGatewayResponse.Builder, AwsResponse.Builder, Buildable, CopyableBuilder<GetVpcLinkResponse.Builder,GetVpcLinkResponse>, SdkBuilder<GetVpcLinkResponse.Builder,GetVpcLinkResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetVpcLinkResponse

public static interface GetVpcLinkResponse.Builder extends ApiGatewayResponse.Builder, SdkPojo, CopyableBuilder<GetVpcLinkResponse.Builder,GetVpcLinkResponse>
  • Method Details

    • id

      The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.

      Parameters:
      id - The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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

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

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

      GetVpcLinkResponse.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.
    • status

      The status of the VPC link. The valid values are AVAILABLE, PENDING, DELETING, or FAILED. Deploying an API will wait if the status is PENDING and will fail if the status is DELETING.

      Parameters:
      status - The status of the VPC link. The valid values are AVAILABLE, PENDING, DELETING, or FAILED. Deploying an API will wait if the status is PENDING and will fail if the status is DELETING.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the VPC link. The valid values are AVAILABLE, PENDING, DELETING, or FAILED. Deploying an API will wait if the status is PENDING and will fail if the status is DELETING.

      Parameters:
      status - The status of the VPC link. The valid values are AVAILABLE, PENDING, DELETING, or FAILED. Deploying an API will wait if the status is PENDING and will fail if the status is DELETING.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusMessage

      GetVpcLinkResponse.Builder statusMessage(String statusMessage)

      A description about the VPC link status.

      Parameters:
      statusMessage - A description about the VPC link status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The collection of tags. Each tag element is associated with a given resource.

      Parameters:
      tags - The collection of tags. Each tag element is associated with a given resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.