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