Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetVpcLinkResponse.Builder
Packages that use GetVpcLinkResponse.Builder
-
Uses of GetVpcLinkResponse.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetVpcLinkResponse.BuilderModifier and TypeMethodDescriptionstatic GetVpcLinkResponse.BuilderGetVpcLinkResponse.builder()GetVpcLinkResponse.Builder.description(String description) The description of the VPC link.The identifier of the VpcLink.The name used to label and identify the VPC link.The status of the VPC link.GetVpcLinkResponse.Builder.status(VpcLinkStatus status) The status of the VPC link.GetVpcLinkResponse.Builder.statusMessage(String statusMessage) A description about the VPC link status.The collection of tags.GetVpcLinkResponse.Builder.targetArns(String... targetArns) The ARN of the network load balancer of the VPC targeted by the VPC link.GetVpcLinkResponse.Builder.targetArns(Collection<String> targetArns) The ARN of the network load balancer of the VPC targeted by the VPC link.GetVpcLinkResponse.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetVpcLinkResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetVpcLinkResponse.Builder>GetVpcLinkResponse.serializableBuilderClass()