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 AWS CloudHSM cluster that is associated with the specified custom key store.
|
GenerateRandomRequest.Builder |
numberOfBytes(Integer numberOfBytes)
The length of the byte string.
|
GenerateRandomRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GenerateRandomRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
GenerateRandomRequest.Builder numberOfBytes(Integer numberOfBytes)
The length of the byte string.
numberOfBytes
- The length of the byte string.GenerateRandomRequest.Builder customKeyStoreId(String customKeyStoreId)
Generates the random byte string in the AWS 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 AWS 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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GenerateRandomRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.