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 custom 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 custom key store. To find the ID of a custom key store, use the DescribeCustomKeyStores operation.
customKeyStoreId - Generates the random byte string in the CloudHSM cluster that is associated with the specified custom key
store. To find the ID of a custom key store, use the DescribeCustomKeyStores operation.GenerateRandomRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGenerateRandomRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.