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