@Generated(value="software.amazon.awssdk:codegen") public final class UpdateCustomKeyStoreRequest extends KmsRequest implements ToCopyableBuilder<UpdateCustomKeyStoreRequest.Builder,UpdateCustomKeyStoreRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
UpdateCustomKeyStoreRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static UpdateCustomKeyStoreRequest.Builder |
builder() |
String |
cloudHsmClusterId()
Associates the custom key store with a related AWS CloudHSM cluster.
|
String |
customKeyStoreId()
Identifies the custom key store that you want to update.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
int |
hashCode() |
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. |
String |
newCustomKeyStoreName()
Changes the friendly name of the custom key store to the value that you specify.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateCustomKeyStoreRequest.Builder> |
serializableBuilderClass() |
UpdateCustomKeyStoreRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
overrideConfiguration
copy
public 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.
public 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.
public 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.
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.
public 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.
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.
public UpdateCustomKeyStoreRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateCustomKeyStoreRequest.Builder,UpdateCustomKeyStoreRequest>
toBuilder
in class KmsRequest
public static UpdateCustomKeyStoreRequest.Builder builder()
public static Class<? extends UpdateCustomKeyStoreRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.