public static final class ListTransitRouterRouteTablesResponseBody.TransitRouterRouteTables.Builder extends Object
public ListTransitRouterRouteTablesResponseBody.TransitRouterRouteTables.Builder createTime(String createTime)
The time when the route table was created.
The time follows the ISO8601 standard in the YYYY-MM-DDThh:mmZ format. The time is displayed in UTC.
example:2021-03-15T09:39Z
public ListTransitRouterRouteTablesResponseBody.TransitRouterRouteTables.Builder regionId(String regionId)
The region ID of the Enterprise Edition transit router.
example:cn-beijing
public ListTransitRouterRouteTablesResponseBody.TransitRouterRouteTables.Builder routeTableOptions(ListTransitRouterRouteTablesResponseBody.RouteTableOptions routeTableOptions)
The features of the route table.
public ListTransitRouterRouteTablesResponseBody.TransitRouterRouteTables.Builder tags(List<ListTransitRouterRouteTablesResponseBody.Tags> tags)
The tags.
public ListTransitRouterRouteTablesResponseBody.TransitRouterRouteTables.Builder transitRouterId(String transitRouterId)
The transit router ID.
example:tr-8vb8bie2koduo5awz****
public ListTransitRouterRouteTablesResponseBody.TransitRouterRouteTables.Builder transitRouterRouteTableDescription(String transitRouterRouteTableDescription)
The description of the route table.
example:testdesc
public ListTransitRouterRouteTablesResponseBody.TransitRouterRouteTables.Builder transitRouterRouteTableId(String transitRouterRouteTableId)
The ID of the route table.
example:vtb-bp1dudbh2d5na6b50****
public ListTransitRouterRouteTablesResponseBody.TransitRouterRouteTables.Builder transitRouterRouteTableName(String transitRouterRouteTableName)
The name of the route table.
example:testname
public ListTransitRouterRouteTablesResponseBody.TransitRouterRouteTables.Builder transitRouterRouteTableStatus(String transitRouterRouteTableStatus)
The status of the route table. Valid values:
Active
public ListTransitRouterRouteTablesResponseBody.TransitRouterRouteTables.Builder transitRouterRouteTableType(String transitRouterRouteTableType)
The type of the route table. Valid values:
System
public ListTransitRouterRouteTablesResponseBody.TransitRouterRouteTables build()
Copyright © 2025. All rights reserved.