Class MainRouteTableAssociationState.Builder

    • 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