Package com.pulumi.aws.ec2.outputs
Class GetNetworkInsightsAnalysisForwardPathComponentRouteTableRoute.Builder
- java.lang.Object
-
- com.pulumi.aws.ec2.outputs.GetNetworkInsightsAnalysisForwardPathComponentRouteTableRoute.Builder
-
- Enclosing class:
- GetNetworkInsightsAnalysisForwardPathComponentRouteTableRoute
public static final class GetNetworkInsightsAnalysisForwardPathComponentRouteTableRoute.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetNetworkInsightsAnalysisForwardPathComponentRouteTableRoute defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetNetworkInsightsAnalysisForwardPathComponentRouteTableRoute defaults)
-
-
Method Detail
-
destinationCidr
public GetNetworkInsightsAnalysisForwardPathComponentRouteTableRoute.Builder destinationCidr(java.lang.String destinationCidr)
-
destinationPrefixListId
public GetNetworkInsightsAnalysisForwardPathComponentRouteTableRoute.Builder destinationPrefixListId(java.lang.String destinationPrefixListId)
-
egressOnlyInternetGatewayId
public GetNetworkInsightsAnalysisForwardPathComponentRouteTableRoute.Builder egressOnlyInternetGatewayId(java.lang.String egressOnlyInternetGatewayId)
-
gatewayId
public GetNetworkInsightsAnalysisForwardPathComponentRouteTableRoute.Builder gatewayId(java.lang.String gatewayId)
-
instanceId
public GetNetworkInsightsAnalysisForwardPathComponentRouteTableRoute.Builder instanceId(java.lang.String instanceId)
-
natGatewayId
public GetNetworkInsightsAnalysisForwardPathComponentRouteTableRoute.Builder natGatewayId(java.lang.String natGatewayId)
-
networkInterfaceId
public GetNetworkInsightsAnalysisForwardPathComponentRouteTableRoute.Builder networkInterfaceId(java.lang.String networkInterfaceId)
-
origin
public GetNetworkInsightsAnalysisForwardPathComponentRouteTableRoute.Builder origin(java.lang.String origin)
-
transitGatewayId
public GetNetworkInsightsAnalysisForwardPathComponentRouteTableRoute.Builder transitGatewayId(java.lang.String transitGatewayId)
-
vpcPeeringConnectionId
public GetNetworkInsightsAnalysisForwardPathComponentRouteTableRoute.Builder vpcPeeringConnectionId(java.lang.String vpcPeeringConnectionId)
-
build
public GetNetworkInsightsAnalysisForwardPathComponentRouteTableRoute build()
-
-