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