public static final class AttachDhcpOptionsSetToVpcRequest.Builder extends Object
public AttachDhcpOptionsSetToVpcRequest.Builder clientToken(String clientToken)
You can use the client to generate the value, but you must make sure that it is unique among different requests. The client token can contain only ASCII characters. > If you do not set this parameter, the system uses **RequestId** as **ClientToken**. **RequestId** may be different for each API request.
public AttachDhcpOptionsSetToVpcRequest.Builder dhcpOptionsSetId(String dhcpOptionsSetId)
public AttachDhcpOptionsSetToVpcRequest.Builder dryRun(Boolean dryRun)
**true**: checks the request without performing the operation. The system checks whether your AccessKey pair is valid, whether the Resource Access Management (RAM) user is authorized, and whether the required parameters are set. If the request fails to pass the check, the corresponding error message is returned. If the request passes the check, the `DryRunOperation` error code is returned. **false** (default): sends the request. If the request passes the check, a 2XX HTTP status code is returned and the operation is performed.
public AttachDhcpOptionsSetToVpcRequest.Builder ownerAccount(String ownerAccount)
public AttachDhcpOptionsSetToVpcRequest.Builder ownerId(Long ownerId)
public AttachDhcpOptionsSetToVpcRequest.Builder regionId(String regionId)
public AttachDhcpOptionsSetToVpcRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public AttachDhcpOptionsSetToVpcRequest.Builder resourceOwnerId(Long resourceOwnerId)
public AttachDhcpOptionsSetToVpcRequest.Builder vpcId(String vpcId)
public AttachDhcpOptionsSetToVpcRequest build()
Copyright © 2024. All rights reserved.