public static final class FunctionResource.VpcConfigProperty.Builder extends Object
FunctionResource.VpcConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
FunctionResource.VpcConfigProperty |
build()
Builds the configured instance.
|
FunctionResource.VpcConfigProperty.Builder |
withSecurityGroupIds(List<Object> value)
Sets the value of SecurityGroupIds
|
FunctionResource.VpcConfigProperty.Builder |
withSecurityGroupIds(software.amazon.awscdk.Token value)
Sets the value of SecurityGroupIds
|
FunctionResource.VpcConfigProperty.Builder |
withSubnetIds(List<Object> value)
Sets the value of SubnetIds
|
FunctionResource.VpcConfigProperty.Builder |
withSubnetIds(software.amazon.awscdk.Token value)
Sets the value of SubnetIds
|
public FunctionResource.VpcConfigProperty.Builder withSecurityGroupIds(software.amazon.awscdk.Token value)
value - ``FunctionResource.VpcConfigProperty.SecurityGroupIds``thispublic FunctionResource.VpcConfigProperty.Builder withSecurityGroupIds(List<Object> value)
value - ``FunctionResource.VpcConfigProperty.SecurityGroupIds``thispublic FunctionResource.VpcConfigProperty.Builder withSubnetIds(software.amazon.awscdk.Token value)
value - ``FunctionResource.VpcConfigProperty.SubnetIds``thispublic FunctionResource.VpcConfigProperty.Builder withSubnetIds(List<Object> value)
value - ``FunctionResource.VpcConfigProperty.SubnetIds``thispublic FunctionResource.VpcConfigProperty build()
FunctionResource.VpcConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2018. All rights reserved.