| Package | Description |
|---|---|
| software.amazon.awscdk.services.codebuild.cloudformation |
| Modifier and Type | Method and Description |
|---|---|
static ProjectResource.VpcConfigProperty.Builder |
ProjectResource.VpcConfigProperty.builder() |
ProjectResource.VpcConfigProperty.Builder |
ProjectResource.VpcConfigProperty.Builder.withSecurityGroupIds(software.amazon.awscdk.CloudFormationToken value)
Sets the value of SecurityGroupIds
|
ProjectResource.VpcConfigProperty.Builder |
ProjectResource.VpcConfigProperty.Builder.withSecurityGroupIds(List<Object> value)
Sets the value of SecurityGroupIds
|
ProjectResource.VpcConfigProperty.Builder |
ProjectResource.VpcConfigProperty.Builder.withSubnets(software.amazon.awscdk.CloudFormationToken value)
Sets the value of Subnets
|
ProjectResource.VpcConfigProperty.Builder |
ProjectResource.VpcConfigProperty.Builder.withSubnets(List<Object> value)
Sets the value of Subnets
|
ProjectResource.VpcConfigProperty.Builder |
ProjectResource.VpcConfigProperty.Builder.withVpcId(software.amazon.awscdk.CloudFormationToken value)
Sets the value of VpcId
|
ProjectResource.VpcConfigProperty.Builder |
ProjectResource.VpcConfigProperty.Builder.withVpcId(String value)
Sets the value of VpcId
|
Copyright © 2018. All rights reserved.