@Stability(value=Stable) public static final class CfnCanary.VPCConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCanary.VPCConfigProperty>
CfnCanary.VPCConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCanary.VPCConfigProperty |
build()
Builds the configured instance.
|
CfnCanary.VPCConfigProperty.Builder |
securityGroupIds(List<String> securityGroupIds)
Sets the value of
CfnCanary.VPCConfigProperty.getSecurityGroupIds() |
CfnCanary.VPCConfigProperty.Builder |
subnetIds(List<String> subnetIds)
Sets the value of
CfnCanary.VPCConfigProperty.getSubnetIds() |
CfnCanary.VPCConfigProperty.Builder |
vpcId(String vpcId)
Sets the value of
CfnCanary.VPCConfigProperty.getVpcId() |
@Stability(value=Stable) public CfnCanary.VPCConfigProperty.Builder securityGroupIds(List<String> securityGroupIds)
CfnCanary.VPCConfigProperty.getSecurityGroupIds()securityGroupIds - The IDs of the security groups for this canary. This parameter is required.this@Stability(value=Stable) public CfnCanary.VPCConfigProperty.Builder subnetIds(List<String> subnetIds)
CfnCanary.VPCConfigProperty.getSubnetIds()subnetIds - The IDs of the subnets where this canary is to run. This parameter is required.this@Stability(value=Stable) public CfnCanary.VPCConfigProperty.Builder vpcId(String vpcId)
CfnCanary.VPCConfigProperty.getVpcId()vpcId - The ID of the VPC where this canary is to run.this@Stability(value=Stable) public CfnCanary.VPCConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnCanary.VPCConfigProperty>CfnCanary.VPCConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.