@Stability(value=Experimental) public static final class VpcConnectorProps.Builder extends Object implements software.amazon.jsii.Builder<VpcConnectorProps>
VpcConnectorProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
VpcConnectorProps |
build()
Builds the configured instance.
|
VpcConnectorProps.Builder |
securityGroups(List<? extends ISecurityGroup> securityGroups)
Sets the value of
VpcConnectorProps.getSecurityGroups() |
VpcConnectorProps.Builder |
vpc(IVpc vpc)
Sets the value of
VpcConnectorProps.getVpc() |
VpcConnectorProps.Builder |
vpcConnectorName(String vpcConnectorName)
Sets the value of
VpcConnectorProps.getVpcConnectorName() |
VpcConnectorProps.Builder |
vpcSubnets(SubnetSelection vpcSubnets)
Sets the value of
VpcConnectorProps.getVpcSubnets() |
@Stability(value=Experimental) public VpcConnectorProps.Builder vpc(IVpc vpc)
VpcConnectorProps.getVpc()vpc - The VPC for the VPC Connector. This parameter is required.this@Stability(value=Experimental) public VpcConnectorProps.Builder securityGroups(List<? extends ISecurityGroup> securityGroups)
VpcConnectorProps.getSecurityGroups()securityGroups - A list of IDs of security groups that App Runner should use for access to AWS resources under the specified subnets.this@Stability(value=Experimental) public VpcConnectorProps.Builder vpcConnectorName(String vpcConnectorName)
VpcConnectorProps.getVpcConnectorName()vpcConnectorName - The name for the VpcConnector.this@Stability(value=Experimental) public VpcConnectorProps.Builder vpcSubnets(SubnetSelection vpcSubnets)
VpcConnectorProps.getVpcSubnets()vpcSubnets - Where to place the VPC Connector within the VPC.this@Stability(value=Experimental) public VpcConnectorProps build()
build in interface software.amazon.jsii.Builder<VpcConnectorProps>VpcConnectorPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.