public static final class DetachDhcpOptionsSetFromVpcRequest.Builder extends Object
public DetachDhcpOptionsSetFromVpcRequest.Builder clientToken(String clientToken)
You can use the client to generate the token, but you must make sure that the token is unique among different requests. The client token can contain only ASCII characters. > 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 DetachDhcpOptionsSetFromVpcRequest.Builder dhcpOptionsSetId(String dhcpOptionsSetId)
public DetachDhcpOptionsSetFromVpcRequest.Builder dryRun(Boolean dryRun)
**true**: performs only a dry run. The system checks your AccessKey pair, the Resource Access Management (RAM) user permissions, and the required parameters. 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 DetachDhcpOptionsSetFromVpcRequest.Builder ownerAccount(String ownerAccount)
public DetachDhcpOptionsSetFromVpcRequest.Builder ownerId(Long ownerId)
public DetachDhcpOptionsSetFromVpcRequest.Builder regionId(String regionId)
public DetachDhcpOptionsSetFromVpcRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DetachDhcpOptionsSetFromVpcRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DetachDhcpOptionsSetFromVpcRequest.Builder vpcId(String vpcId)
public DetachDhcpOptionsSetFromVpcRequest build()
Copyright © 2024. All rights reserved.