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)
[Required] The name used to label and identify the VPC link.
|
CreateVpcLinkRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateVpcLinkRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateVpcLinkRequest.Builder |
targetArns(Collection<String> targetArns)
[Required] The ARNs of network load balancers of the VPC targeted by the VPC link.
|
CreateVpcLinkRequest.Builder |
targetArns(String... targetArns)
[Required] The ARNs of network load balancers of the VPC targeted by the VPC link.
|
build
overrideConfiguration
copy
applyMutation, build
CreateVpcLinkRequest.Builder name(String name)
[Required] The name used to label and identify the VPC link.
name
- [Required] 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)
[Required] The ARNs of network load balancers of the VPC targeted by the VPC link. The network load balancers must be owned by the same AWS account of the API owner.
targetArns
- [Required] The ARNs of network load balancers of the VPC targeted by the VPC link. The network load
balancers must be owned by the same AWS account of the API owner.CreateVpcLinkRequest.Builder targetArns(String... targetArns)
[Required] The ARNs of network load balancers of the VPC targeted by the VPC link. The network load balancers must be owned by the same AWS account of the API owner.
targetArns
- [Required] The ARNs of network load balancers of the VPC targeted by the VPC link. The network load
balancers must be owned by the same AWS account of the API owner.CreateVpcLinkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateVpcLinkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.