| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
static UpdateVpcLinkResponse.Builder |
UpdateVpcLinkResponse.builder() |
UpdateVpcLinkResponse.Builder |
UpdateVpcLinkResponse.Builder.description(String description)
The description of the VPC link.
|
UpdateVpcLinkResponse.Builder |
UpdateVpcLinkResponse.Builder.id(String id)
The identifier of the VpcLink.
|
UpdateVpcLinkResponse.Builder |
UpdateVpcLinkResponse.Builder.name(String name)
The name used to label and identify the VPC link.
|
UpdateVpcLinkResponse.Builder |
UpdateVpcLinkResponse.Builder.status(String status)
The status of the VPC link.
|
UpdateVpcLinkResponse.Builder |
UpdateVpcLinkResponse.Builder.status(VpcLinkStatus status)
The status of the VPC link.
|
UpdateVpcLinkResponse.Builder |
UpdateVpcLinkResponse.Builder.statusMessage(String statusMessage)
A description about the VPC link status.
|
UpdateVpcLinkResponse.Builder |
UpdateVpcLinkResponse.Builder.tags(Map<String,String> tags)
The collection of tags.
|
UpdateVpcLinkResponse.Builder |
UpdateVpcLinkResponse.Builder.targetArns(Collection<String> targetArns)
The ARN of the network load balancer of the VPC targeted by the VPC link.
|
UpdateVpcLinkResponse.Builder |
UpdateVpcLinkResponse.Builder.targetArns(String... targetArns)
The ARN of the network load balancer of the VPC targeted by the VPC link.
|
UpdateVpcLinkResponse.Builder |
UpdateVpcLinkResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateVpcLinkResponse.Builder> |
UpdateVpcLinkResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.