@Stability(value=Stable) public static final class CfnNetworkInsightsPathProps.Builder extends Object implements software.amazon.jsii.Builder<CfnNetworkInsightsPathProps>
CfnNetworkInsightsPathProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnNetworkInsightsPathProps.Builder destination(String destination)
CfnNetworkInsightsPathProps.getDestination()destination - The AWS resource that is the destination of the path. This parameter is required.this@Stability(value=Stable) public CfnNetworkInsightsPathProps.Builder protocol(String protocol)
CfnNetworkInsightsPathProps.getProtocol()protocol - The protocol. This parameter is required.this@Stability(value=Stable) public CfnNetworkInsightsPathProps.Builder source(String source)
CfnNetworkInsightsPathProps.getSource()source - The AWS resource that is the source of the path. This parameter is required.this@Stability(value=Stable) public CfnNetworkInsightsPathProps.Builder destinationIp(String destinationIp)
CfnNetworkInsightsPathProps.getDestinationIp()destinationIp - The IP address of the AWS resource that is the destination of the path.this@Stability(value=Stable) public CfnNetworkInsightsPathProps.Builder destinationPort(Number destinationPort)
CfnNetworkInsightsPathProps.getDestinationPort()destinationPort - The destination port.this@Stability(value=Stable) public CfnNetworkInsightsPathProps.Builder sourceIp(String sourceIp)
CfnNetworkInsightsPathProps.getSourceIp()sourceIp - The IP address of the AWS resource that is the source of the path.this@Stability(value=Stable) public CfnNetworkInsightsPathProps.Builder tags(List<? extends CfnTag> tags)
CfnNetworkInsightsPathProps.getTags()tags - The tags to add to the path.this@Stability(value=Stable) public CfnNetworkInsightsPathProps build()
build in interface software.amazon.jsii.Builder<CfnNetworkInsightsPathProps>CfnNetworkInsightsPathPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.