public static interface CreateVpcConnectorRequest.Builder extends AppRunnerRequest.Builder, SdkPojo, CopyableBuilder<CreateVpcConnectorRequest.Builder,CreateVpcConnectorRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateVpcConnectorRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateVpcConnectorRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateVpcConnectorRequest.Builder |
securityGroups(Collection<String> securityGroups)
A list of IDs of security groups that App Runner should use for access to Amazon Web Services resources under
the specified subnets.
|
CreateVpcConnectorRequest.Builder |
securityGroups(String... securityGroups)
A list of IDs of security groups that App Runner should use for access to Amazon Web Services resources under
the specified subnets.
|
CreateVpcConnectorRequest.Builder |
subnets(Collection<String> subnets)
A list of IDs of subnets that App Runner should use when it associates your service with a custom Amazon VPC.
|
CreateVpcConnectorRequest.Builder |
subnets(String... subnets)
A list of IDs of subnets that App Runner should use when it associates your service with a custom Amazon VPC.
|
CreateVpcConnectorRequest.Builder |
tags(Collection<Tag> tags)
A list of metadata items that you can associate with your VPC connector resource.
|
CreateVpcConnectorRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of metadata items that you can associate with your VPC connector resource.
|
CreateVpcConnectorRequest.Builder |
tags(Tag... tags)
A list of metadata items that you can associate with your VPC connector resource.
|
CreateVpcConnectorRequest.Builder |
vpcConnectorName(String vpcConnectorName)
A name for the VPC connector.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateVpcConnectorRequest.Builder vpcConnectorName(String vpcConnectorName)
A name for the VPC connector.
vpcConnectorName - A name for the VPC connector.CreateVpcConnectorRequest.Builder subnets(Collection<String> subnets)
A list of IDs of subnets that App Runner should use when it associates your service with a custom Amazon VPC. Specify IDs of subnets of a single Amazon VPC. App Runner determines the Amazon VPC from the subnets you specify.
App Runner currently only provides support for IPv4.
subnets - A list of IDs of subnets that App Runner should use when it associates your service with a custom
Amazon VPC. Specify IDs of subnets of a single Amazon VPC. App Runner determines the Amazon VPC from
the subnets you specify. App Runner currently only provides support for IPv4.
CreateVpcConnectorRequest.Builder subnets(String... subnets)
A list of IDs of subnets that App Runner should use when it associates your service with a custom Amazon VPC. Specify IDs of subnets of a single Amazon VPC. App Runner determines the Amazon VPC from the subnets you specify.
App Runner currently only provides support for IPv4.
subnets - A list of IDs of subnets that App Runner should use when it associates your service with a custom
Amazon VPC. Specify IDs of subnets of a single Amazon VPC. App Runner determines the Amazon VPC from
the subnets you specify. App Runner currently only provides support for IPv4.
CreateVpcConnectorRequest.Builder securityGroups(Collection<String> securityGroups)
A list of IDs of security groups that App Runner should use for access to Amazon Web Services resources under the specified subnets. If not specified, App Runner uses the default security group of the Amazon VPC. The default security group allows all outbound traffic.
securityGroups - A list of IDs of security groups that App Runner should use for access to Amazon Web Services
resources under the specified subnets. If not specified, App Runner uses the default security group of
the Amazon VPC. The default security group allows all outbound traffic.CreateVpcConnectorRequest.Builder securityGroups(String... securityGroups)
A list of IDs of security groups that App Runner should use for access to Amazon Web Services resources under the specified subnets. If not specified, App Runner uses the default security group of the Amazon VPC. The default security group allows all outbound traffic.
securityGroups - A list of IDs of security groups that App Runner should use for access to Amazon Web Services
resources under the specified subnets. If not specified, App Runner uses the default security group of
the Amazon VPC. The default security group allows all outbound traffic.CreateVpcConnectorRequest.Builder tags(Collection<Tag> tags)
A list of metadata items that you can associate with your VPC connector resource. A tag is a key-value pair.
tags - A list of metadata items that you can associate with your VPC connector resource. A tag is a key-value
pair.CreateVpcConnectorRequest.Builder tags(Tag... tags)
A list of metadata items that you can associate with your VPC connector resource. A tag is a key-value pair.
tags - A list of metadata items that you can associate with your VPC connector resource. A tag is a key-value
pair.CreateVpcConnectorRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of metadata items that you can associate with your VPC connector resource. A tag is a key-value pair.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateVpcConnectorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateVpcConnectorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.