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