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