public static interface VpcConnector.Builder extends SdkPojo, CopyableBuilder<VpcConnector.Builder,VpcConnector>
| Modifier and Type | Method and Description |
|---|---|
VpcConnector.Builder |
createdAt(Instant createdAt)
The time when the VPC connector was created.
|
VpcConnector.Builder |
deletedAt(Instant deletedAt)
The time when the VPC connector was deleted.
|
VpcConnector.Builder |
securityGroups(Collection<String> securityGroups)
A list of IDs of security groups that App Runner uses for access to Amazon Web Services resources under the
specified subnets.
|
VpcConnector.Builder |
securityGroups(String... securityGroups)
A list of IDs of security groups that App Runner uses for access to Amazon Web Services resources under the
specified subnets.
|
VpcConnector.Builder |
status(String status)
The current state of the VPC connector.
|
VpcConnector.Builder |
status(VpcConnectorStatus status)
The current state of the VPC connector.
|
VpcConnector.Builder |
subnets(Collection<String> subnets)
A list of IDs of subnets that App Runner uses for your service.
|
VpcConnector.Builder |
subnets(String... subnets)
A list of IDs of subnets that App Runner uses for your service.
|
VpcConnector.Builder |
vpcConnectorArn(String vpcConnectorArn)
The Amazon Resource Name (ARN) of this VPC connector.
|
VpcConnector.Builder |
vpcConnectorName(String vpcConnectorName)
The customer-provided VPC connector name.
|
VpcConnector.Builder |
vpcConnectorRevision(Integer vpcConnectorRevision)
The revision of this VPC connector.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVpcConnector.Builder vpcConnectorName(String vpcConnectorName)
The customer-provided VPC connector name.
vpcConnectorName - The customer-provided VPC connector name.VpcConnector.Builder vpcConnectorArn(String vpcConnectorArn)
The Amazon Resource Name (ARN) of this VPC connector.
vpcConnectorArn - The Amazon Resource Name (ARN) of this VPC connector.VpcConnector.Builder vpcConnectorRevision(Integer vpcConnectorRevision)
The revision of this VPC connector. It's unique among all the active connectors (
"Status": "ACTIVE") that share the same Name.
At this time, App Runner supports only one revision per name.
vpcConnectorRevision - The revision of this VPC connector. It's unique among all the active connectors (
"Status": "ACTIVE") that share the same Name. At this time, App Runner supports only one revision per name.
VpcConnector.Builder subnets(Collection<String> subnets)
A list of IDs of subnets that App Runner uses for your service. All IDs are of subnets of a single Amazon VPC.
subnets - A list of IDs of subnets that App Runner uses for your service. All IDs are of subnets of a single
Amazon VPC.VpcConnector.Builder subnets(String... subnets)
A list of IDs of subnets that App Runner uses for your service. All IDs are of subnets of a single Amazon VPC.
subnets - A list of IDs of subnets that App Runner uses for your service. All IDs are of subnets of a single
Amazon VPC.VpcConnector.Builder securityGroups(Collection<String> securityGroups)
A list of IDs of security groups that App Runner uses 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 uses 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.VpcConnector.Builder securityGroups(String... securityGroups)
A list of IDs of security groups that App Runner uses 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 uses 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.VpcConnector.Builder status(String status)
The current state of the VPC connector. If the status of a connector revision is INACTIVE, it
was deleted and can't be used. Inactive connector revisions are permanently removed some time after they are
deleted.
status - The current state of the VPC connector. If the status of a connector revision is INACTIVE
, it was deleted and can't be used. Inactive connector revisions are permanently removed some time
after they are deleted.VpcConnectorStatus,
VpcConnectorStatusVpcConnector.Builder status(VpcConnectorStatus status)
The current state of the VPC connector. If the status of a connector revision is INACTIVE, it
was deleted and can't be used. Inactive connector revisions are permanently removed some time after they are
deleted.
status - The current state of the VPC connector. If the status of a connector revision is INACTIVE
, it was deleted and can't be used. Inactive connector revisions are permanently removed some time
after they are deleted.VpcConnectorStatus,
VpcConnectorStatusVpcConnector.Builder createdAt(Instant createdAt)
The time when the VPC connector was created. It's in Unix time stamp format.
createdAt - The time when the VPC connector was created. It's in Unix time stamp format.VpcConnector.Builder deletedAt(Instant deletedAt)
The time when the VPC connector was deleted. It's in Unix time stamp format.
deletedAt - The time when the VPC connector was deleted. It's in Unix time stamp format.Copyright © 2022. All rights reserved.