@Stability(value=Stable) public static final class CfnInput.InputVpcRequestProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnInput.InputVpcRequestProperty>
CfnInput.InputVpcRequestProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnInput.InputVpcRequestProperty |
build()
Builds the configured instance.
|
CfnInput.InputVpcRequestProperty.Builder |
securityGroupIds(List<String> securityGroupIds)
Sets the value of
CfnInput.InputVpcRequestProperty.getSecurityGroupIds() |
CfnInput.InputVpcRequestProperty.Builder |
subnetIds(List<String> subnetIds)
Sets the value of
CfnInput.InputVpcRequestProperty.getSubnetIds() |
@Stability(value=Stable) public CfnInput.InputVpcRequestProperty.Builder securityGroupIds(List<String> securityGroupIds)
CfnInput.InputVpcRequestProperty.getSecurityGroupIds()securityGroupIds - The list of up to five VPC security group IDs to attach to the input VPC network interfaces.
The security groups require subnet IDs. If none are specified, MediaLive uses the VPC default security group.this@Stability(value=Stable) public CfnInput.InputVpcRequestProperty.Builder subnetIds(List<String> subnetIds)
CfnInput.InputVpcRequestProperty.getSubnetIds()subnetIds - The list of two VPC subnet IDs from the same VPC.
You must associate subnet IDs to two unique Availability Zones.this@Stability(value=Stable) public CfnInput.InputVpcRequestProperty build()
build in interface software.amazon.jsii.Builder<CfnInput.InputVpcRequestProperty>CfnInput.InputVpcRequestPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.