public static final class GetPublicKeyResponseBody.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
GetPublicKeyResponseBody |
build() |
GetPublicKeyResponseBody.Builder |
keyId(String keyId)
The globally unique ID of the CMK.
|
GetPublicKeyResponseBody.Builder |
keyVersionId(String keyVersionId)
The version of the CMK that is used to encrypt the plaintext.
|
GetPublicKeyResponseBody.Builder |
publicKey(String publicKey)
The public key returned in the PEM format.
|
GetPublicKeyResponseBody.Builder |
requestId(String requestId)
The ID of the request.
|
public GetPublicKeyResponseBody.Builder keyId(String keyId)
> If you set the KeyId parameter to the alias of the CMK, the ID of the CMK to which the alias is bound is returned.
public GetPublicKeyResponseBody.Builder keyVersionId(String keyVersionId)
public GetPublicKeyResponseBody.Builder publicKey(String publicKey)
public GetPublicKeyResponseBody.Builder requestId(String requestId)
public GetPublicKeyResponseBody build()
Copyright © 2023. All rights reserved.