public static final class ReplaceVpcDhcpOptionsSetRequest.Builder extends Object
public ReplaceVpcDhcpOptionsSetRequest.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 ReplaceVpcDhcpOptionsSetRequest.Builder dhcpOptionsSetId(String dhcpOptionsSetId)
public ReplaceVpcDhcpOptionsSetRequest.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 ReplaceVpcDhcpOptionsSetRequest.Builder ownerAccount(String ownerAccount)
public ReplaceVpcDhcpOptionsSetRequest.Builder ownerId(Long ownerId)
public ReplaceVpcDhcpOptionsSetRequest.Builder regionId(String regionId)
public ReplaceVpcDhcpOptionsSetRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public ReplaceVpcDhcpOptionsSetRequest.Builder resourceOwnerId(Long resourceOwnerId)
public ReplaceVpcDhcpOptionsSetRequest.Builder vpcId(String vpcId)
public ReplaceVpcDhcpOptionsSetRequest build()
Copyright © 2024. All rights reserved.