public static final class UpdateIpv4GatewayAttributeRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
UpdateIpv4GatewayAttributeRequest |
build() |
UpdateIpv4GatewayAttributeRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
UpdateIpv4GatewayAttributeRequest.Builder |
dryRun(Boolean dryRun)
Specifies whether to perform only a dry run, without performing the actual request.
|
UpdateIpv4GatewayAttributeRequest.Builder |
ipv4GatewayDescription(String ipv4GatewayDescription)
The new description of the IPv4 gateway.
|
UpdateIpv4GatewayAttributeRequest.Builder |
ipv4GatewayId(String ipv4GatewayId)
The ID of the IPv4 gateway whose name or description you want to modify.
|
UpdateIpv4GatewayAttributeRequest.Builder |
ipv4GatewayName(String ipv4GatewayName)
The new name of the IPv4 gateway.
|
UpdateIpv4GatewayAttributeRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
UpdateIpv4GatewayAttributeRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
UpdateIpv4GatewayAttributeRequest.Builder |
regionId(String regionId)
The region ID of the IPv4 gateway whose name or description you want to modify.
|
UpdateIpv4GatewayAttributeRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
UpdateIpv4GatewayAttributeRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
public UpdateIpv4GatewayAttributeRequest.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 UpdateIpv4GatewayAttributeRequest.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 UpdateIpv4GatewayAttributeRequest.Builder ipv4GatewayDescription(String ipv4GatewayDescription)
public UpdateIpv4GatewayAttributeRequest.Builder ipv4GatewayId(String ipv4GatewayId)
public UpdateIpv4GatewayAttributeRequest.Builder ipv4GatewayName(String ipv4GatewayName)
public UpdateIpv4GatewayAttributeRequest.Builder ownerAccount(String ownerAccount)
public UpdateIpv4GatewayAttributeRequest.Builder ownerId(Long ownerId)
public UpdateIpv4GatewayAttributeRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public UpdateIpv4GatewayAttributeRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public UpdateIpv4GatewayAttributeRequest.Builder resourceOwnerId(Long resourceOwnerId)
public UpdateIpv4GatewayAttributeRequest build()
Copyright © 2024. All rights reserved.