public static final class ModifyVpnGatewayAttributeRequest.Builder extends Object
public ModifyVpnGatewayAttributeRequest.Builder autoPropagate(Boolean autoPropagate)
* **true** * **false**
public ModifyVpnGatewayAttributeRequest.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 ModifyVpnGatewayAttributeRequest.Builder description(String description)
The description must be 1 to 100 characters in length and cannot start with `http://` or `https://`.
public ModifyVpnGatewayAttributeRequest.Builder name(String name)
The name must be 2 to 100 characters in length and cannot start with `http://` or `https://`. It must start with a letter and can contain letters, digits, underscores (\_), hyphens (-), and periods (.). Other characters are not supported.
public ModifyVpnGatewayAttributeRequest.Builder ownerAccount(String ownerAccount)
public ModifyVpnGatewayAttributeRequest.Builder ownerId(Long ownerId)
public ModifyVpnGatewayAttributeRequest.Builder regionId(String regionId)
public ModifyVpnGatewayAttributeRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public ModifyVpnGatewayAttributeRequest.Builder resourceOwnerId(Long resourceOwnerId)
public ModifyVpnGatewayAttributeRequest.Builder vpnGatewayId(String vpnGatewayId)
public ModifyVpnGatewayAttributeRequest build()
Copyright © 2024. All rights reserved.