public static final class DissociateRouteTablesFromVpcGatewayEndpointRequest.Builder extends Object
public DissociateRouteTablesFromVpcGatewayEndpointRequest.Builder clientToken(String clientToken)
> If you do not specify this parameter, the system automatically uses the **request ID** as the **client token**. The **request ID** may be different for each request.
public DissociateRouteTablesFromVpcGatewayEndpointRequest.Builder dryRun(Boolean dryRun)
* **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the `DryRunOperation` error code is returned. * **false** (default): performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
public DissociateRouteTablesFromVpcGatewayEndpointRequest.Builder endpointId(String endpointId)
public DissociateRouteTablesFromVpcGatewayEndpointRequest.Builder ownerAccount(String ownerAccount)
public DissociateRouteTablesFromVpcGatewayEndpointRequest.Builder ownerId(Long ownerId)
public DissociateRouteTablesFromVpcGatewayEndpointRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public DissociateRouteTablesFromVpcGatewayEndpointRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DissociateRouteTablesFromVpcGatewayEndpointRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DissociateRouteTablesFromVpcGatewayEndpointRequest.Builder routeTableIds(List<String> routeTableIds)
public DissociateRouteTablesFromVpcGatewayEndpointRequest build()
Copyright © 2024. All rights reserved.