public static interface UpdateVpcLinkResponse.Builder extends ApiGatewayResponse.Builder, SdkPojo, CopyableBuilder<UpdateVpcLinkResponse.Builder,UpdateVpcLinkResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateVpcLinkResponse.Builder |
description(String description)
The description of the VPC link.
|
UpdateVpcLinkResponse.Builder |
id(String id)
The identifier of the VpcLink.
|
UpdateVpcLinkResponse.Builder |
name(String name)
The name used to label and identify the VPC link.
|
UpdateVpcLinkResponse.Builder |
status(String status)
The status of the VPC link.
|
UpdateVpcLinkResponse.Builder |
status(VpcLinkStatus status)
The status of the VPC link.
|
UpdateVpcLinkResponse.Builder |
statusMessage(String statusMessage)
A description about the VPC link status.
|
UpdateVpcLinkResponse.Builder |
tags(Map<String,String> tags)
The collection of tags.
|
UpdateVpcLinkResponse.Builder |
targetArns(Collection<String> targetArns)
The ARN of the network load balancer of the VPC targeted by the VPC link.
|
UpdateVpcLinkResponse.Builder |
targetArns(String... targetArns)
The ARN of the network load balancer of the VPC targeted by the VPC link.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateVpcLinkResponse.Builder id(String id)
The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.
id - The identifier of the VpcLink. It is used in an Integration to reference this VpcLink.UpdateVpcLinkResponse.Builder name(String name)
The name used to label and identify the VPC link.
name - The name used to label and identify the VPC link.UpdateVpcLinkResponse.Builder description(String description)
The description of the VPC link.
description - The description of the VPC link.UpdateVpcLinkResponse.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.
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.UpdateVpcLinkResponse.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.
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.UpdateVpcLinkResponse.Builder status(String 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.
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.VpcLinkStatus,
VpcLinkStatusUpdateVpcLinkResponse.Builder status(VpcLinkStatus 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.
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.VpcLinkStatus,
VpcLinkStatusUpdateVpcLinkResponse.Builder statusMessage(String statusMessage)
A description about the VPC link status.
statusMessage - A description about the VPC link status.UpdateVpcLinkResponse.Builder tags(Map<String,String> tags)
The collection of tags. Each tag element is associated with a given resource.
tags - The collection of tags. Each tag element is associated with a given resource.Copyright © 2023. All rights reserved.