public static interface CreateCustomKeyStoreRequest.Builder extends KmsRequest.Builder, SdkPojo, CopyableBuilder<CreateCustomKeyStoreRequest.Builder,CreateCustomKeyStoreRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateCustomKeyStoreRequest.Builder |
cloudHsmClusterId(String cloudHsmClusterId)
Identifies the CloudHSM cluster for the custom key store.
|
CreateCustomKeyStoreRequest.Builder |
customKeyStoreName(String customKeyStoreName)
Specifies a friendly name for the custom key store.
|
CreateCustomKeyStoreRequest.Builder |
keyStorePassword(String keyStorePassword)
Enter the password of the
kmsuser crypto user (CU) account in the specified CloudHSM cluster. |
CreateCustomKeyStoreRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateCustomKeyStoreRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateCustomKeyStoreRequest.Builder |
trustAnchorCertificate(String trustAnchorCertificate)
Enter the content of the trust anchor certificate for the cluster.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateCustomKeyStoreRequest.Builder customKeyStoreName(String customKeyStoreName)
Specifies a friendly name for the custom key store. The name must be unique in your Amazon Web Services account.
customKeyStoreName - Specifies a friendly name for the custom key store. The name must be unique in your Amazon Web
Services account.CreateCustomKeyStoreRequest.Builder cloudHsmClusterId(String cloudHsmClusterId)
Identifies the CloudHSM cluster for the custom key store. Enter the cluster ID of any active CloudHSM cluster that is not already associated with a custom key store. To find the cluster ID, use the DescribeClusters operation.
cloudHsmClusterId - Identifies the CloudHSM cluster for the custom key store. Enter the cluster ID of any active CloudHSM
cluster that is not already associated with a custom key store. To find the cluster ID, use the
DescribeClusters operation.CreateCustomKeyStoreRequest.Builder trustAnchorCertificate(String trustAnchorCertificate)
Enter the content of the trust anchor certificate for the cluster. This is the content of the
customerCA.crt file that you created when you initialized the
cluster.
trustAnchorCertificate - Enter the content of the trust anchor certificate for the cluster. This is the content of the
customerCA.crt file that you created when you initialized the
cluster.CreateCustomKeyStoreRequest.Builder keyStorePassword(String keyStorePassword)
Enter the password of the
kmsuser crypto user (CU) account in the specified CloudHSM cluster. KMS logs into the
cluster as this user to manage key material on your behalf.
The password must be a string of 7 to 32 characters. Its value is case sensitive.
This parameter tells KMS the kmsuser account password; it does not change the password in the
CloudHSM cluster.
keyStorePassword - Enter the password of the
kmsuser crypto user (CU) account in the specified CloudHSM cluster. KMS logs into the
cluster as this user to manage key material on your behalf.
The password must be a string of 7 to 32 characters. Its value is case sensitive.
This parameter tells KMS the kmsuser account password; it does not change the password in
the CloudHSM cluster.
CreateCustomKeyStoreRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateCustomKeyStoreRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.