Class CfnFlowVpcInterfacePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnFlowVpcInterfacePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowVpcInterfacePropsMixin>
- Enclosing class:
CfnFlowVpcInterfacePropsMixin
@Stability(Stable)
public static final class CfnFlowVpcInterfacePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowVpcInterfacePropsMixin>
A fluent builder for
CfnFlowVpcInterfacePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) The Amazon Resource Name (ARN) of the flow.The name for the VPC interface.The Amazon Resource Name (ARN) of the role that you created when you set up MediaConnect as a trusted service.securityGroupIds(List<String> securityGroupIds) A virtual firewall to control inbound and outbound traffic.The subnet IDs that you want to use for your VPC interface.
-
Method Details
-
create
@Stability(Stable) public static CfnFlowVpcInterfacePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnFlowVpcInterfacePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnFlowVpcInterfacePropsMixin.Builder.
-
flowArn
The Amazon Resource Name (ARN) of the flow.- Parameters:
flowArn- The Amazon Resource Name (ARN) of the flow. This parameter is required.- Returns:
this- See Also:
-
name
The name for the VPC interface.This name must be unique within the flow.
- Parameters:
name- The name for the VPC interface. This parameter is required.- Returns:
this- See Also:
-
roleArn
The Amazon Resource Name (ARN) of the role that you created when you set up MediaConnect as a trusted service.- Parameters:
roleArn- The Amazon Resource Name (ARN) of the role that you created when you set up MediaConnect as a trusted service. This parameter is required.- Returns:
this- See Also:
-
securityGroupIds
@Stability(Stable) public CfnFlowVpcInterfacePropsMixin.Builder securityGroupIds(List<String> securityGroupIds) A virtual firewall to control inbound and outbound traffic.- Parameters:
securityGroupIds- A virtual firewall to control inbound and outbound traffic. This parameter is required.- Returns:
this- See Also:
-
subnetId
The subnet IDs that you want to use for your VPC interface.A range of IP addresses in your VPC. When you create your VPC, you specify a range of IPv4 addresses for the VPC in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16. This is the primary CIDR block for your VPC. When you create a subnet for your VPC, you specify the CIDR block for the subnet, which is a subset of the VPC CIDR block. The subnets that you use across all VPC interfaces on the flow must be in the same Availability Zone as the flow.
- Parameters:
subnetId- The subnet IDs that you want to use for your VPC interface. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowVpcInterfacePropsMixin>- Returns:
- a newly built instance of
CfnFlowVpcInterfacePropsMixin.
-