@Stability(value=Stable) public static final class CfnNetworkInsightsPath.Builder extends Object implements software.amazon.jsii.Builder<CfnNetworkInsightsPath>
CfnNetworkInsightsPath.| Modifier and Type | Method and Description |
|---|---|
CfnNetworkInsightsPath |
build() |
static CfnNetworkInsightsPath.Builder |
create(software.constructs.Construct scope,
String id) |
CfnNetworkInsightsPath.Builder |
destination(String destination)
`AWS::EC2::NetworkInsightsPath.Destination`.
|
CfnNetworkInsightsPath.Builder |
destinationIp(String destinationIp)
`AWS::EC2::NetworkInsightsPath.DestinationIp`.
|
CfnNetworkInsightsPath.Builder |
destinationPort(Number destinationPort)
`AWS::EC2::NetworkInsightsPath.DestinationPort`.
|
CfnNetworkInsightsPath.Builder |
protocol(String protocol)
`AWS::EC2::NetworkInsightsPath.Protocol`.
|
CfnNetworkInsightsPath.Builder |
source(String source)
`AWS::EC2::NetworkInsightsPath.Source`.
|
CfnNetworkInsightsPath.Builder |
sourceIp(String sourceIp)
`AWS::EC2::NetworkInsightsPath.SourceIp`.
|
CfnNetworkInsightsPath.Builder |
tags(List<? extends CfnTag> tags)
`AWS::EC2::NetworkInsightsPath.Tags`.
|
@Stability(value=Stable) public static CfnNetworkInsightsPath.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnNetworkInsightsPath.Builder.@Stability(value=Stable) public CfnNetworkInsightsPath.Builder destination(String destination)
destination - `AWS::EC2::NetworkInsightsPath.Destination`. This parameter is required.this@Stability(value=Stable) public CfnNetworkInsightsPath.Builder protocol(String protocol)
protocol - `AWS::EC2::NetworkInsightsPath.Protocol`. This parameter is required.this@Stability(value=Stable) public CfnNetworkInsightsPath.Builder source(String source)
source - `AWS::EC2::NetworkInsightsPath.Source`. This parameter is required.this@Stability(value=Stable) public CfnNetworkInsightsPath.Builder destinationIp(String destinationIp)
destinationIp - `AWS::EC2::NetworkInsightsPath.DestinationIp`. This parameter is required.this@Stability(value=Stable) public CfnNetworkInsightsPath.Builder destinationPort(Number destinationPort)
destinationPort - `AWS::EC2::NetworkInsightsPath.DestinationPort`. This parameter is required.this@Stability(value=Stable) public CfnNetworkInsightsPath.Builder sourceIp(String sourceIp)
sourceIp - `AWS::EC2::NetworkInsightsPath.SourceIp`. This parameter is required.this@Stability(value=Stable) public CfnNetworkInsightsPath.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::EC2::NetworkInsightsPath.Tags`. This parameter is required.this@Stability(value=Stable) public CfnNetworkInsightsPath build()
build in interface software.amazon.jsii.Builder<CfnNetworkInsightsPath>Copyright © 2021. All rights reserved.