@Stability(value=Stable) public static final class CfnFleet.VpcConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFleet.VpcConfigProperty>
CfnFleet.VpcConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFleet.VpcConfigProperty |
build()
Builds the configured instance.
|
CfnFleet.VpcConfigProperty.Builder |
securityGroupIds(List<String> securityGroupIds)
Sets the value of
CfnFleet.VpcConfigProperty.getSecurityGroupIds() |
CfnFleet.VpcConfigProperty.Builder |
subnetIds(List<String> subnetIds)
Sets the value of
CfnFleet.VpcConfigProperty.getSubnetIds() |
@Stability(value=Stable) public CfnFleet.VpcConfigProperty.Builder securityGroupIds(List<String> securityGroupIds)
CfnFleet.VpcConfigProperty.getSecurityGroupIds()securityGroupIds - The identifiers of the security groups for the fleet.this@Stability(value=Stable) public CfnFleet.VpcConfigProperty.Builder subnetIds(List<String> subnetIds)
CfnFleet.VpcConfigProperty.getSubnetIds()subnetIds - The identifiers of the subnets to which a network interface is attached from the fleet instance.
Fleet instances can use one or two subnets.this@Stability(value=Stable) public CfnFleet.VpcConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnFleet.VpcConfigProperty>CfnFleet.VpcConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.