public static interface ExportKeyRequest.Builder extends PaymentCryptographyRequest.Builder, SdkPojo, CopyableBuilder<ExportKeyRequest.Builder,ExportKeyRequest>
| Modifier and Type | Method and Description |
|---|---|
ExportKeyRequest.Builder |
exportKeyIdentifier(String exportKeyIdentifier)
The
KeyARN of the key under export from Amazon Web Services Payment Cryptography. |
default ExportKeyRequest.Builder |
keyMaterial(Consumer<ExportKeyMaterial.Builder> keyMaterial)
The key block format type, for example, TR-34 or TR-31, to use during key material export.
|
ExportKeyRequest.Builder |
keyMaterial(ExportKeyMaterial keyMaterial)
The key block format type, for example, TR-34 or TR-31, to use during key material export.
|
ExportKeyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ExportKeyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildExportKeyRequest.Builder exportKeyIdentifier(String exportKeyIdentifier)
The KeyARN of the key under export from Amazon Web Services Payment Cryptography.
exportKeyIdentifier - The KeyARN of the key under export from Amazon Web Services Payment Cryptography.ExportKeyRequest.Builder keyMaterial(ExportKeyMaterial keyMaterial)
The key block format type, for example, TR-34 or TR-31, to use during key material export.
keyMaterial - The key block format type, for example, TR-34 or TR-31, to use during key material export.default ExportKeyRequest.Builder keyMaterial(Consumer<ExportKeyMaterial.Builder> keyMaterial)
The key block format type, for example, TR-34 or TR-31, to use during key material export.
This is a convenience method that creates an instance of theExportKeyMaterial.Builder avoiding the
need to create one manually via ExportKeyMaterial.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to keyMaterial(ExportKeyMaterial).
keyMaterial - a consumer that will call methods on ExportKeyMaterial.BuilderkeyMaterial(ExportKeyMaterial)ExportKeyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderExportKeyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.