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 |
targetArns(Collection<String> targetArns)
The ARNs of network load balancers of the VPC targeted by the VPC link.
|
UpdateVpcLinkResponse.Builder |
targetArns(String... targetArns)
The ARNs of network load balancers of the VPC targeted by the VPC link.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
UpdateVpcLinkResponse.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 ARNs of network load balancers of the VPC targeted by the VPC link. The network load balancers must be owned by the same AWS account of the API owner.
targetArns
- The ARNs of network load balancers of the VPC targeted by the VPC link. The network load balancers
must be owned by the same AWS account of the API owner.UpdateVpcLinkResponse.Builder targetArns(String... targetArns)
The ARNs of network load balancers of the VPC targeted by the VPC link. The network load balancers must be owned by the same AWS account of the API owner.
targetArns
- The ARNs of network load balancers of the VPC targeted by the VPC link. The network load balancers
must be owned by the same AWS 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
,
VpcLinkStatus
UpdateVpcLinkResponse.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
,
VpcLinkStatus
UpdateVpcLinkResponse.Builder statusMessage(String statusMessage)
A description about the VPC link status.
statusMessage
- A description about the VPC link status.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.