public static interface GenerateRandomRequest.Builder extends KmsRequest.Builder, SdkPojo, CopyableBuilder<GenerateRandomRequest.Builder,GenerateRandomRequest>
| Modifier and Type | Method and Description |
|---|---|
GenerateRandomRequest.Builder |
customKeyStoreId(String customKeyStoreId)
Generates the random byte string in the CloudHSM cluster that is associated with the specified CloudHSM key
store.
|
GenerateRandomRequest.Builder |
numberOfBytes(Integer numberOfBytes)
The length of the random byte string.
|
GenerateRandomRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GenerateRandomRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGenerateRandomRequest.Builder numberOfBytes(Integer numberOfBytes)
The length of the random byte string. This parameter is required.
numberOfBytes - The length of the random byte string. This parameter is required.GenerateRandomRequest.Builder customKeyStoreId(String customKeyStoreId)
Generates the random byte string in the CloudHSM cluster that is associated with the specified CloudHSM key store. To find the ID of a custom key store, use the DescribeCustomKeyStores operation.
External key store IDs are not valid for this parameter. If you specify the ID of an external key store,
GenerateRandom throws an UnsupportedOperationException.
customKeyStoreId - Generates the random byte string in the CloudHSM cluster that is associated with the specified
CloudHSM key store. To find the ID of a custom key store, use the DescribeCustomKeyStores
operation.
External key store IDs are not valid for this parameter. If you specify the ID of an external key
store, GenerateRandom throws an UnsupportedOperationException.
GenerateRandomRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGenerateRandomRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.