Package com.pulumi.aws.ec2.inputs
Class MainRouteTableAssociationState.Builder
- java.lang.Object
-
- com.pulumi.aws.ec2.inputs.MainRouteTableAssociationState.Builder
-
- Enclosing class:
- MainRouteTableAssociationState
public static final class MainRouteTableAssociationState.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(MainRouteTableAssociationState defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MainRouteTableAssociationState
build()
MainRouteTableAssociationState.Builder
originalRouteTableId(com.pulumi.core.Output<java.lang.String> originalRouteTableId)
MainRouteTableAssociationState.Builder
originalRouteTableId(java.lang.String originalRouteTableId)
MainRouteTableAssociationState.Builder
routeTableId(com.pulumi.core.Output<java.lang.String> routeTableId)
MainRouteTableAssociationState.Builder
routeTableId(java.lang.String routeTableId)
MainRouteTableAssociationState.Builder
vpcId(com.pulumi.core.Output<java.lang.String> vpcId)
MainRouteTableAssociationState.Builder
vpcId(java.lang.String vpcId)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(MainRouteTableAssociationState defaults)
-
-
Method Detail
-
originalRouteTableId
public MainRouteTableAssociationState.Builder originalRouteTableId(@Nullable com.pulumi.core.Output<java.lang.String> originalRouteTableId)
- Parameters:
originalRouteTableId
- Used internally, see **Notes** below- Returns:
- builder
-
originalRouteTableId
public MainRouteTableAssociationState.Builder originalRouteTableId(java.lang.String originalRouteTableId)
- Parameters:
originalRouteTableId
- Used internally, see **Notes** below- Returns:
- builder
-
routeTableId
public MainRouteTableAssociationState.Builder routeTableId(@Nullable com.pulumi.core.Output<java.lang.String> routeTableId)
- Parameters:
routeTableId
- The ID of the Route Table to set as the new main route table for the target VPC- Returns:
- builder
-
routeTableId
public MainRouteTableAssociationState.Builder routeTableId(java.lang.String routeTableId)
- Parameters:
routeTableId
- The ID of the Route Table to set as the new main route table for the target VPC- Returns:
- builder
-
vpcId
public MainRouteTableAssociationState.Builder vpcId(@Nullable com.pulumi.core.Output<java.lang.String> vpcId)
- Parameters:
vpcId
- The ID of the VPC whose main route table should be set- Returns:
- builder
-
vpcId
public MainRouteTableAssociationState.Builder vpcId(java.lang.String vpcId)
- Parameters:
vpcId
- The ID of the VPC whose main route table should be set- Returns:
- builder
-
build
public MainRouteTableAssociationState build()
-
-