public static final class GetParametersForImportRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetParametersForImportRequest |
build() |
GetParametersForImportRequest.Builder |
keyId(String keyId)
The globally unique ID of the CMK.
|
GetParametersForImportRequest.Builder |
wrappingAlgorithm(String wrappingAlgorithm)
The algorithm that is used to encrypt key material.
|
GetParametersForImportRequest.Builder |
wrappingKeySpec(String wrappingKeySpec)
The type of the public key that is used to encrypt key material.
|
public GetParametersForImportRequest.Builder keyId(String keyId)
> You can import key material only for CMKs whose Origin parameter is set to EXTERNAL.
public GetParametersForImportRequest.Builder wrappingAlgorithm(String wrappingAlgorithm)
public GetParametersForImportRequest.Builder wrappingKeySpec(String wrappingKeySpec)
public GetParametersForImportRequest build()
Copyright © 2023. All rights reserved.