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