public static final class CheckKMSAuthorizedRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
CheckKMSAuthorizedRequest |
build() |
CheckKMSAuthorizedRequest.Builder |
DBClusterId(String DBClusterId)
The cluster ID.
|
CheckKMSAuthorizedRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
CheckKMSAuthorizedRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
CheckKMSAuthorizedRequest.Builder |
regionId(String regionId)
The ID of the region.
|
CheckKMSAuthorizedRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
CheckKMSAuthorizedRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
CheckKMSAuthorizedRequest.Builder |
TDERegion(String TDERegion)
The region in which the TDE key resides.
|
public CheckKMSAuthorizedRequest.Builder DBClusterId(String DBClusterId)
> You can call the [DescribeDBClusters](~~98094~~) operation to query the information of all clusters that are deployed in a specific region, such as the cluster IDs.
public CheckKMSAuthorizedRequest.Builder ownerAccount(String ownerAccount)
public CheckKMSAuthorizedRequest.Builder ownerId(Long ownerId)
public CheckKMSAuthorizedRequest.Builder regionId(String regionId)
> You can call the [DescribeRegions](~~98041~~) operation to query all regions that are available for your account, such as the region IDs.
public CheckKMSAuthorizedRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public CheckKMSAuthorizedRequest.Builder resourceOwnerId(Long resourceOwnerId)
public CheckKMSAuthorizedRequest.Builder TDERegion(String TDERegion)
public CheckKMSAuthorizedRequest build()
Copyright © 2024. All rights reserved.