public static interface CreateVpcLinkRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<CreateVpcLinkRequest.Builder,CreateVpcLinkRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateVpcLinkRequest.Builder |
description(String description)
The description of the VPC link.
|
CreateVpcLinkRequest.Builder |
name(String name)
The name used to label and identify the VPC link.
|
CreateVpcLinkRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateVpcLinkRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateVpcLinkRequest.Builder |
tags(Map<String,String> tags)
The key-value map of strings.
|
CreateVpcLinkRequest.Builder |
targetArns(Collection<String> targetArns)
The ARN of the network load balancer of the VPC targeted by the VPC link.
|
CreateVpcLinkRequest.Builder |
targetArns(String... targetArns)
The ARN of the network load balancer of the VPC targeted by the VPC link.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateVpcLinkRequest.Builder name(String name)
The name used to label and identify the VPC link.
name - The name used to label and identify the VPC link.CreateVpcLinkRequest.Builder description(String description)
The description of the VPC link.
description - The description of the VPC link.CreateVpcLinkRequest.Builder targetArns(Collection<String> targetArns)
The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer must be owned by the same Amazon Web Services account of the API owner.
targetArns - The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer
must be owned by the same Amazon Web Services account of the API owner.CreateVpcLinkRequest.Builder targetArns(String... targetArns)
The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer must be owned by the same Amazon Web Services account of the API owner.
targetArns - The ARN of the network load balancer of the VPC targeted by the VPC link. The network load balancer
must be owned by the same Amazon Web Services account of the API owner.CreateVpcLinkRequest.Builder tags(Map<String,String> tags)
The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128
characters and must not start with aws:. The tag value can be up to 256 characters.
tags - The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128
characters and must not start with aws:. The tag value can be up to 256 characters.CreateVpcLinkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateVpcLinkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.