@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)
The AWS resource that is the destination of the path.
|
CfnNetworkInsightsPath.Builder |
destinationIp(String destinationIp)
The IP address of the AWS resource that is the destination of the path.
|
CfnNetworkInsightsPath.Builder |
destinationPort(Number destinationPort)
The destination port.
|
CfnNetworkInsightsPath.Builder |
protocol(String protocol)
The protocol.
|
CfnNetworkInsightsPath.Builder |
source(String source)
The AWS resource that is the source of the path.
|
CfnNetworkInsightsPath.Builder |
sourceIp(String sourceIp)
The IP address of the AWS resource that is the source of the path.
|
CfnNetworkInsightsPath.Builder |
tags(List<? extends CfnTag> tags)
The tags to add to the path.
|
@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 - The AWS resource that is the destination of the path. This parameter is required.this@Stability(value=Stable) public CfnNetworkInsightsPath.Builder protocol(String protocol)
protocol - The protocol. This parameter is required.this@Stability(value=Stable) public CfnNetworkInsightsPath.Builder source(String source)
source - The AWS resource that is the source of the path. This parameter is required.this@Stability(value=Stable) public CfnNetworkInsightsPath.Builder destinationIp(String destinationIp)
destinationIp - The IP address of the AWS resource that is the destination of the path. This parameter is required.this@Stability(value=Stable) public CfnNetworkInsightsPath.Builder destinationPort(Number destinationPort)
destinationPort - The destination port. This parameter is required.this@Stability(value=Stable) public CfnNetworkInsightsPath.Builder sourceIp(String sourceIp)
sourceIp - The IP address of the AWS resource that is the source of the path. This parameter is required.this@Stability(value=Stable) public CfnNetworkInsightsPath.Builder tags(List<? extends CfnTag> tags)
tags - The tags to add to the path. This parameter is required.this@Stability(value=Stable) public CfnNetworkInsightsPath build()
build in interface software.amazon.jsii.Builder<CfnNetworkInsightsPath>Copyright © 2022. All rights reserved.