Class RouteTableAttachmentArgs.Builder

  • Enclosing class:
    RouteTableAttachmentArgs

    public static final class RouteTableAttachmentArgs.Builder
    extends java.lang.Object
    • Method Detail

      • routeTableId

        public RouteTableAttachmentArgs.Builder routeTableId​(com.pulumi.core.Output<java.lang.String> routeTableId)
        Parameters:
        routeTableId - The ID of the route table to be bound to the switch.
        Returns:
        builder
      • routeTableId

        public RouteTableAttachmentArgs.Builder routeTableId​(java.lang.String routeTableId)
        Parameters:
        routeTableId - The ID of the route table to be bound to the switch.
        Returns:
        builder
      • vswitchId

        public RouteTableAttachmentArgs.Builder vswitchId​(com.pulumi.core.Output<java.lang.String> vswitchId)
        Parameters:
        vswitchId - The ID of the switch to bind the route table.
        Returns:
        builder
      • vswitchId

        public RouteTableAttachmentArgs.Builder vswitchId​(java.lang.String vswitchId)
        Parameters:
        vswitchId - The ID of the switch to bind the route table.
        Returns:
        builder