public static final class ModifyHaVipAttributeRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ModifyHaVipAttributeRequest |
build() |
ModifyHaVipAttributeRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
ModifyHaVipAttributeRequest.Builder |
description(String description)
The description of the HAVIP.
|
ModifyHaVipAttributeRequest.Builder |
haVipId(String haVipId)
The ID of the HAVIP.
|
ModifyHaVipAttributeRequest.Builder |
name(String name)
The name of the HAVIP.
|
ModifyHaVipAttributeRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
ModifyHaVipAttributeRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
ModifyHaVipAttributeRequest.Builder |
regionId(String regionId)
The ID of the region to which the HAVIP belongs.
|
ModifyHaVipAttributeRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
ModifyHaVipAttributeRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
public ModifyHaVipAttributeRequest.Builder clientToken(String clientToken)
You can use the client to generate the value, but you must make sure that it is unique among all requests. ClientToken can contain only ASCII characters. > If you do not specify this parameter, **ClientToken** is set to the value of **RequestId**. The value of **RequestId** for each API request may be different.
public ModifyHaVipAttributeRequest.Builder description(String description)
The description must be 1 to 256 characters in length and cannot start with `http://` or `https://`.
public ModifyHaVipAttributeRequest.Builder haVipId(String haVipId)
public ModifyHaVipAttributeRequest.Builder name(String name)
The name must be 1 to 128 characters in length, and cannot start with `http://` or `https://`.
public ModifyHaVipAttributeRequest.Builder ownerAccount(String ownerAccount)
public ModifyHaVipAttributeRequest.Builder ownerId(Long ownerId)
public ModifyHaVipAttributeRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public ModifyHaVipAttributeRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public ModifyHaVipAttributeRequest.Builder resourceOwnerId(Long resourceOwnerId)
public ModifyHaVipAttributeRequest build()
Copyright © 2024. All rights reserved.