static CreateKeyRequest.Builder |
CreateKeyRequest.builder() |
|
CreateKeyRequest.Builder |
CreateKeyRequest.Builder.enabled(Boolean enabled) |
Specifies whether to enable the key.
|
CreateKeyRequest.Builder |
CreateKeyRequest.Builder.exportable(Boolean exportable) |
Specifies whether the key is exportable from the service.
|
default CreateKeyRequest.Builder |
CreateKeyRequest.Builder.keyAttributes(Consumer<KeyAttributes.Builder> keyAttributes) |
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.
|
CreateKeyRequest.Builder |
CreateKeyRequest.Builder.keyAttributes(KeyAttributes keyAttributes) |
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.
|
CreateKeyRequest.Builder |
CreateKeyRequest.Builder.keyCheckValueAlgorithm(String keyCheckValueAlgorithm) |
The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV).
|
CreateKeyRequest.Builder |
CreateKeyRequest.Builder.keyCheckValueAlgorithm(KeyCheckValueAlgorithm keyCheckValueAlgorithm) |
The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV).
|
CreateKeyRequest.Builder |
CreateKeyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateKeyRequest.Builder |
CreateKeyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateKeyRequest.Builder |
CreateKeyRequest.Builder.tags(Collection<Tag> tags) |
Assigns one or more tags to the Amazon Web Services Payment Cryptography key.
|
CreateKeyRequest.Builder |
CreateKeyRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
Assigns one or more tags to the Amazon Web Services Payment Cryptography key.
|
CreateKeyRequest.Builder |
CreateKeyRequest.Builder.tags(Tag... tags) |
Assigns one or more tags to the Amazon Web Services Payment Cryptography key.
|
CreateKeyRequest.Builder |
CreateKeyRequest.toBuilder() |
|