public static final class DisableVpcClassicLinkRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DisableVpcClassicLinkRequest |
build() |
DisableVpcClassicLinkRequest.Builder |
clientToken(String clientToken)
The client token that is used to ensure the idempotence of the request.
|
DisableVpcClassicLinkRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
DisableVpcClassicLinkRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
DisableVpcClassicLinkRequest.Builder |
regionId(String regionId)
The region ID of the VPC for which you want to disable ClassicLink.
|
DisableVpcClassicLinkRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
DisableVpcClassicLinkRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
DisableVpcClassicLinkRequest.Builder |
vpcId(String vpcId)
The ID of the VPC for which you want to disable ClassicLink.
|
public DisableVpcClassicLinkRequest.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 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 DisableVpcClassicLinkRequest.Builder ownerAccount(String ownerAccount)
public DisableVpcClassicLinkRequest.Builder ownerId(Long ownerId)
public DisableVpcClassicLinkRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public DisableVpcClassicLinkRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DisableVpcClassicLinkRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DisableVpcClassicLinkRequest.Builder vpcId(String vpcId)
public DisableVpcClassicLinkRequest build()
Copyright © 2024. All rights reserved.