public static interface UpdateCustomKeyStoreRequest.Builder extends KmsRequest.Builder, SdkPojo, CopyableBuilder<UpdateCustomKeyStoreRequest.Builder,UpdateCustomKeyStoreRequest>
Modifier and Type | Method and Description |
---|---|
UpdateCustomKeyStoreRequest.Builder |
cloudHsmClusterId(String cloudHsmClusterId)
Associates the custom key store with a related AWS CloudHSM cluster.
|
UpdateCustomKeyStoreRequest.Builder |
customKeyStoreId(String customKeyStoreId)
Identifies the custom key store that you want to update.
|
UpdateCustomKeyStoreRequest.Builder |
keyStorePassword(String keyStorePassword)
Enter the current password of the
kmsuser crypto user (CU) in the AWS CloudHSM cluster that is
associated with the custom key store. |
UpdateCustomKeyStoreRequest.Builder |
newCustomKeyStoreName(String newCustomKeyStoreName)
Changes the friendly name of the custom key store to the value that you specify.
|
UpdateCustomKeyStoreRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateCustomKeyStoreRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateCustomKeyStoreRequest.Builder customKeyStoreId(String customKeyStoreId)
Identifies the custom key store that you want to update. Enter the ID of the custom key store. To find the ID of a custom key store, use the DescribeCustomKeyStores operation.
customKeyStoreId
- Identifies the custom key store that you want to update. Enter the ID of the custom key store. To find
the ID of a custom key store, use the DescribeCustomKeyStores operation.UpdateCustomKeyStoreRequest.Builder newCustomKeyStoreName(String newCustomKeyStoreName)
Changes the friendly name of the custom key store to the value that you specify. The custom key store name must be unique in the AWS account.
newCustomKeyStoreName
- Changes the friendly name of the custom key store to the value that you specify. The custom key store
name must be unique in the AWS account.UpdateCustomKeyStoreRequest.Builder keyStorePassword(String keyStorePassword)
Enter the current password of the kmsuser
crypto user (CU) in the AWS CloudHSM cluster that is
associated with the custom key store.
This parameter tells AWS KMS the current password of the kmsuser
crypto user (CU). It does not
set or change the password of any users in the AWS CloudHSM cluster.
keyStorePassword
- Enter the current password of the kmsuser
crypto user (CU) in the AWS CloudHSM cluster
that is associated with the custom key store.
This parameter tells AWS KMS the current password of the kmsuser
crypto user (CU). It
does not set or change the password of any users in the AWS CloudHSM cluster.
UpdateCustomKeyStoreRequest.Builder cloudHsmClusterId(String cloudHsmClusterId)
Associates the custom key store with a related AWS CloudHSM cluster.
Enter the cluster ID of the cluster that you used to create the custom key store or a cluster that shares a backup history with the original cluster. You cannot use this parameter to associate a custom key store with a different cluster.
Clusters that share a backup history have the same cluster certificate. To view the cluster certificate of a cluster, use the DescribeClusters operation.
cloudHsmClusterId
- Associates the custom key store with a related AWS CloudHSM cluster.
Enter the cluster ID of the cluster that you used to create the custom key store or a cluster that shares a backup history with the original cluster. You cannot use this parameter to associate a custom key store with a different cluster.
Clusters that share a backup history have the same cluster certificate. To view the cluster certificate of a cluster, use the DescribeClusters operation.
UpdateCustomKeyStoreRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateCustomKeyStoreRequest.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.