Package com.pulumi.aws.ec2.outputs
Class GetNetworkInsightsAnalysisForwardPathComponentSubnet.Builder
- java.lang.Object
-
- com.pulumi.aws.ec2.outputs.GetNetworkInsightsAnalysisForwardPathComponentSubnet.Builder
-
- Enclosing class:
- GetNetworkInsightsAnalysisForwardPathComponentSubnet
public static final class GetNetworkInsightsAnalysisForwardPathComponentSubnet.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetNetworkInsightsAnalysisForwardPathComponentSubnet defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetNetworkInsightsAnalysisForwardPathComponentSubnet.Builder
arn(java.lang.String arn)
GetNetworkInsightsAnalysisForwardPathComponentSubnet
build()
GetNetworkInsightsAnalysisForwardPathComponentSubnet.Builder
id(java.lang.String id)
GetNetworkInsightsAnalysisForwardPathComponentSubnet.Builder
name(java.lang.String name)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetNetworkInsightsAnalysisForwardPathComponentSubnet defaults)
-
-
Method Detail
-
arn
public GetNetworkInsightsAnalysisForwardPathComponentSubnet.Builder arn(java.lang.String arn)
-
id
public GetNetworkInsightsAnalysisForwardPathComponentSubnet.Builder id(java.lang.String id)
-
name
public GetNetworkInsightsAnalysisForwardPathComponentSubnet.Builder name(java.lang.String name)
-
build
public GetNetworkInsightsAnalysisForwardPathComponentSubnet build()
-
-