Package com.pulumi.aws.ec2.outputs
Class GetNetworkInsightsPathResult.Builder
- java.lang.Object
-
- com.pulumi.aws.ec2.outputs.GetNetworkInsightsPathResult.Builder
-
- Enclosing class:
- GetNetworkInsightsPathResult
public static final class GetNetworkInsightsPathResult.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetNetworkInsightsPathResult defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetNetworkInsightsPathResult defaults)
-
-
Method Detail
-
arn
public GetNetworkInsightsPathResult.Builder arn(java.lang.String arn)
-
destination
public GetNetworkInsightsPathResult.Builder destination(java.lang.String destination)
-
destinationArn
public GetNetworkInsightsPathResult.Builder destinationArn(java.lang.String destinationArn)
-
destinationIp
public GetNetworkInsightsPathResult.Builder destinationIp(java.lang.String destinationIp)
-
destinationPort
public GetNetworkInsightsPathResult.Builder destinationPort(java.lang.Integer destinationPort)
-
filters
public GetNetworkInsightsPathResult.Builder filters(@Nullable java.util.List<GetNetworkInsightsPathFilter> filters)
-
filters
public GetNetworkInsightsPathResult.Builder filters(GetNetworkInsightsPathFilter... filters)
-
id
public GetNetworkInsightsPathResult.Builder id(java.lang.String id)
-
networkInsightsPathId
public GetNetworkInsightsPathResult.Builder networkInsightsPathId(java.lang.String networkInsightsPathId)
-
protocol
public GetNetworkInsightsPathResult.Builder protocol(java.lang.String protocol)
-
source
public GetNetworkInsightsPathResult.Builder source(java.lang.String source)
-
sourceArn
public GetNetworkInsightsPathResult.Builder sourceArn(java.lang.String sourceArn)
-
sourceIp
public GetNetworkInsightsPathResult.Builder sourceIp(java.lang.String sourceIp)
-
tags
public GetNetworkInsightsPathResult.Builder tags(java.util.Map<java.lang.String,java.lang.String> tags)
-
build
public GetNetworkInsightsPathResult build()
-
-