public static final class ProjectResource.VpcConfigProperty.Builder extends Object
ProjectResource.VpcConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ProjectResource.VpcConfigProperty |
build()
Builds the configured instance.
|
ProjectResource.VpcConfigProperty.Builder |
withSecurityGroupIds(software.amazon.awscdk.CloudFormationToken value)
Sets the value of SecurityGroupIds
|
ProjectResource.VpcConfigProperty.Builder |
withSecurityGroupIds(List<Object> value)
Sets the value of SecurityGroupIds
|
ProjectResource.VpcConfigProperty.Builder |
withSubnets(software.amazon.awscdk.CloudFormationToken value)
Sets the value of Subnets
|
ProjectResource.VpcConfigProperty.Builder |
withSubnets(List<Object> value)
Sets the value of Subnets
|
ProjectResource.VpcConfigProperty.Builder |
withVpcId(software.amazon.awscdk.CloudFormationToken value)
Sets the value of VpcId
|
ProjectResource.VpcConfigProperty.Builder |
withVpcId(String value)
Sets the value of VpcId
|
public ProjectResource.VpcConfigProperty.Builder withSecurityGroupIds(@Nullable software.amazon.awscdk.CloudFormationToken value)
value - ``ProjectResource.VpcConfigProperty.SecurityGroupIds``thispublic ProjectResource.VpcConfigProperty.Builder withSecurityGroupIds(@Nullable List<Object> value)
value - ``ProjectResource.VpcConfigProperty.SecurityGroupIds``thispublic ProjectResource.VpcConfigProperty.Builder withSubnets(@Nullable software.amazon.awscdk.CloudFormationToken value)
value - ``ProjectResource.VpcConfigProperty.Subnets``thispublic ProjectResource.VpcConfigProperty.Builder withSubnets(@Nullable List<Object> value)
value - ``ProjectResource.VpcConfigProperty.Subnets``thispublic ProjectResource.VpcConfigProperty.Builder withVpcId(@Nullable String value)
value - ``ProjectResource.VpcConfigProperty.VpcId``thispublic ProjectResource.VpcConfigProperty.Builder withVpcId(@Nullable software.amazon.awscdk.CloudFormationToken value)
value - ``ProjectResource.VpcConfigProperty.VpcId``thispublic ProjectResource.VpcConfigProperty build()
ProjectResource.VpcConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2018. All rights reserved.