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