Interface CreateVpcLinkRequest.Builder
- All Superinterfaces:
ApiGatewayRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<CreateVpcLinkRequest.Builder,,CreateVpcLinkRequest> SdkBuilder<CreateVpcLinkRequest.Builder,,CreateVpcLinkRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateVpcLinkRequest
@Mutable
@NotThreadSafe
public static interface CreateVpcLinkRequest.Builder
extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<CreateVpcLinkRequest.Builder,CreateVpcLinkRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The description of the VPC link.The name used to label and identify the VPC link.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The key-value map of strings.targetArns(String... targetArns) The ARN of the network load balancer of the VPC targeted by the VPC link.targetArns(Collection<String> targetArns) The ARN of the network load balancer of the VPC targeted by the VPC link.Methods inherited from interface software.amazon.awssdk.services.apigateway.model.ApiGatewayRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name used to label and identify the VPC link.
- Parameters:
name- The name used to label and identify the VPC link.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the VPC link.
- Parameters:
description- The description of the VPC link.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Parameters:
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 withaws:. The tag value can be up to 256 characters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateVpcLinkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateVpcLinkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-