@Stability(value=Stable) public static final class CfnFlowVpcInterfaceProps.Builder extends Object implements software.amazon.jsii.Builder<CfnFlowVpcInterfaceProps>
CfnFlowVpcInterfaceProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFlowVpcInterfaceProps |
build()
Builds the configured instance.
|
CfnFlowVpcInterfaceProps.Builder |
flowArn(String flowArn)
Sets the value of
CfnFlowVpcInterfaceProps.getFlowArn() |
CfnFlowVpcInterfaceProps.Builder |
name(String name)
Sets the value of
CfnFlowVpcInterfaceProps.getName() |
CfnFlowVpcInterfaceProps.Builder |
roleArn(String roleArn)
Sets the value of
CfnFlowVpcInterfaceProps.getRoleArn() |
CfnFlowVpcInterfaceProps.Builder |
securityGroupIds(List<String> securityGroupIds)
Sets the value of
CfnFlowVpcInterfaceProps.getSecurityGroupIds() |
CfnFlowVpcInterfaceProps.Builder |
subnetId(String subnetId)
Sets the value of
CfnFlowVpcInterfaceProps.getSubnetId() |
@Stability(value=Stable) public CfnFlowVpcInterfaceProps.Builder flowArn(String flowArn)
CfnFlowVpcInterfaceProps.getFlowArn()flowArn - `AWS::MediaConnect::FlowVpcInterface.FlowArn`. This parameter is required.this@Stability(value=Stable) public CfnFlowVpcInterfaceProps.Builder name(String name)
CfnFlowVpcInterfaceProps.getName()name - `AWS::MediaConnect::FlowVpcInterface.Name`. This parameter is required.this@Stability(value=Stable) public CfnFlowVpcInterfaceProps.Builder roleArn(String roleArn)
CfnFlowVpcInterfaceProps.getRoleArn()roleArn - `AWS::MediaConnect::FlowVpcInterface.RoleArn`. This parameter is required.this@Stability(value=Stable) public CfnFlowVpcInterfaceProps.Builder securityGroupIds(List<String> securityGroupIds)
CfnFlowVpcInterfaceProps.getSecurityGroupIds()securityGroupIds - `AWS::MediaConnect::FlowVpcInterface.SecurityGroupIds`. This parameter is required.this@Stability(value=Stable) public CfnFlowVpcInterfaceProps.Builder subnetId(String subnetId)
CfnFlowVpcInterfaceProps.getSubnetId()subnetId - `AWS::MediaConnect::FlowVpcInterface.SubnetId`. This parameter is required.this@Stability(value=Stable) public CfnFlowVpcInterfaceProps build()
build in interface software.amazon.jsii.Builder<CfnFlowVpcInterfaceProps>CfnFlowVpcInterfacePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.