public static final class CreateKeyPairRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
CreateKeyPairRequest |
build() |
CreateKeyPairRequest.Builder |
keyPairName(String keyPairName)
The name of the key pair.
|
CreateKeyPairRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
CreateKeyPairRequest.Builder |
regionId(String regionId)
The ID of the region in which to create the key pair.
|
CreateKeyPairRequest.Builder |
resourceGroupId(String resourceGroupId)
The ID of the resource group to which to add the key pair.
|
CreateKeyPairRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
CreateKeyPairRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
CreateKeyPairRequest.Builder |
sourceRegionId(String sourceRegionId)
SourceRegionId.
|
CreateKeyPairRequest.Builder |
tag(List<CreateKeyPairRequest.Tag> tag)
The tags of the key pair.
|
public CreateKeyPairRequest.Builder sourceRegionId(String sourceRegionId)
public CreateKeyPairRequest.Builder keyPairName(String keyPairName)
public CreateKeyPairRequest.Builder ownerId(Long ownerId)
public CreateKeyPairRequest.Builder regionId(String regionId)
public CreateKeyPairRequest.Builder resourceGroupId(String resourceGroupId)
public CreateKeyPairRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public CreateKeyPairRequest.Builder resourceOwnerId(Long resourceOwnerId)
public CreateKeyPairRequest.Builder tag(List<CreateKeyPairRequest.Tag> tag)
public CreateKeyPairRequest build()
Copyright © 2024. All rights reserved.