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