public static final class ModifyRouteTableAttributesRequest.Builder extends Object
public ModifyRouteTableAttributesRequest.Builder description(String description)
The description must be 1 to 256 characters in length, and cannot start with `http://` or `https://`.
public ModifyRouteTableAttributesRequest.Builder ownerAccount(String ownerAccount)
public ModifyRouteTableAttributesRequest.Builder ownerId(Long ownerId)
public ModifyRouteTableAttributesRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public ModifyRouteTableAttributesRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public ModifyRouteTableAttributesRequest.Builder resourceOwnerId(Long resourceOwnerId)
public ModifyRouteTableAttributesRequest.Builder routePropagationEnable(Boolean routePropagationEnable)
public ModifyRouteTableAttributesRequest.Builder routeTableId(String routeTableId)
public ModifyRouteTableAttributesRequest.Builder routeTableName(String routeTableName)
The name must be 1 to 128 characters in length and cannot start with `http://` or `https://`.
public ModifyRouteTableAttributesRequest build()
Copyright © 2024. All rights reserved.