public static final class DescribeUserEncryptionKeyListRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DescribeUserEncryptionKeyListRequest |
build() |
DescribeUserEncryptionKeyListRequest.Builder |
DBClusterId(String DBClusterId)
The ID of the cluster.
|
DescribeUserEncryptionKeyListRequest.Builder |
ownerAccount(String ownerAccount)
OwnerAccount.
|
DescribeUserEncryptionKeyListRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
DescribeUserEncryptionKeyListRequest.Builder |
regionId(String regionId)
The ID of the region.
|
DescribeUserEncryptionKeyListRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
DescribeUserEncryptionKeyListRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
DescribeUserEncryptionKeyListRequest.Builder |
TDERegion(String TDERegion)
The region where the TDE key resides.
|
public DescribeUserEncryptionKeyListRequest.Builder DBClusterId(String DBClusterId)
> You can call the [DescribeDBClusters](~~98094~~) operation to query information about all clusters that are deployed in a specified region, such as the cluster ID.
public DescribeUserEncryptionKeyListRequest.Builder ownerAccount(String ownerAccount)
public DescribeUserEncryptionKeyListRequest.Builder ownerId(Long ownerId)
public DescribeUserEncryptionKeyListRequest.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 ID.
public DescribeUserEncryptionKeyListRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public DescribeUserEncryptionKeyListRequest.Builder resourceOwnerId(Long resourceOwnerId)
public DescribeUserEncryptionKeyListRequest.Builder TDERegion(String TDERegion)
public DescribeUserEncryptionKeyListRequest build()
Copyright © 2024. All rights reserved.