Interface CreateVpcLinkRequest.Builder
-
- All Superinterfaces:
ApiGatewayRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<CreateVpcLinkRequest.Builder,CreateVpcLinkRequest>,SdkBuilder<CreateVpcLinkRequest.Builder,CreateVpcLinkRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateVpcLinkRequest
public static interface CreateVpcLinkRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<CreateVpcLinkRequest.Builder,CreateVpcLinkRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateVpcLinkRequest.Builderdescription(String description)The description of the VPC link.CreateVpcLinkRequest.Buildername(String name)The name used to label and identify the VPC link.CreateVpcLinkRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateVpcLinkRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateVpcLinkRequest.Buildertags(Map<String,String> tags)The key-value map of strings.CreateVpcLinkRequest.BuildertargetArns(String... targetArns)The ARN of the network load balancer of the VPC targeted by the VPC link.CreateVpcLinkRequest.BuildertargetArns(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
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
CreateVpcLinkRequest.Builder name(String 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
CreateVpcLinkRequest.Builder description(String 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
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.
- 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
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.
- 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
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.- 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
-
-