@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KeyMetadata extends Object implements Serializable, Cloneable, StructuredPojo
Contains metadata about a customer master key (CMK).
This data type is used as a response element for the CreateKey and DescribeKey operations.
| Constructor and Description |
|---|
KeyMetadata() |
| Modifier and Type | Method and Description |
|---|---|
KeyMetadata |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the CMK.
|
String |
getAWSAccountId()
The twelve-digit account ID of the AWS account that owns the CMK.
|
String |
getCloudHsmClusterId()
The cluster ID of the AWS CloudHSM cluster that contains the key material for the CMK.
|
Date |
getCreationDate()
The date and time when the CMK was created.
|
String |
getCustomKeyStoreId()
A unique identifier for the custom key store
that contains the CMK.
|
Date |
getDeletionDate()
The date and time after which AWS KMS deletes the CMK.
|
String |
getDescription()
The description of the CMK.
|
Boolean |
getEnabled()
Specifies whether the CMK is enabled.
|
String |
getExpirationModel()
Specifies whether the CMK's key material expires.
|
String |
getKeyId()
The globally unique identifier for the CMK.
|
String |
getKeyManager()
The manager of the CMK.
|
String |
getKeyState()
The state of the CMK.
|
String |
getKeyUsage()
The cryptographic operations for which you can use the CMK.
|
String |
getOrigin()
The source of the CMK's key material.
|
Date |
getValidTo()
The time at which the imported key material expires.
|
int |
hashCode() |
Boolean |
isEnabled()
Specifies whether the CMK is enabled.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the CMK.
|
void |
setAWSAccountId(String aWSAccountId)
The twelve-digit account ID of the AWS account that owns the CMK.
|
void |
setCloudHsmClusterId(String cloudHsmClusterId)
The cluster ID of the AWS CloudHSM cluster that contains the key material for the CMK.
|
void |
setCreationDate(Date creationDate)
The date and time when the CMK was created.
|
void |
setCustomKeyStoreId(String customKeyStoreId)
A unique identifier for the custom key store
that contains the CMK.
|
void |
setDeletionDate(Date deletionDate)
The date and time after which AWS KMS deletes the CMK.
|
void |
setDescription(String description)
The description of the CMK.
|
void |
setEnabled(Boolean enabled)
Specifies whether the CMK is enabled.
|
void |
setExpirationModel(ExpirationModelType expirationModel)
Specifies whether the CMK's key material expires.
|
void |
setExpirationModel(String expirationModel)
Specifies whether the CMK's key material expires.
|
void |
setKeyId(String keyId)
The globally unique identifier for the CMK.
|
void |
setKeyManager(KeyManagerType keyManager)
The manager of the CMK.
|
void |
setKeyManager(String keyManager)
The manager of the CMK.
|
void |
setKeyState(KeyState keyState)
The state of the CMK.
|
void |
setKeyState(String keyState)
The state of the CMK.
|
void |
setKeyUsage(KeyUsageType keyUsage)
The cryptographic operations for which you can use the CMK.
|
void |
setKeyUsage(String keyUsage)
The cryptographic operations for which you can use the CMK.
|
void |
setOrigin(OriginType origin)
The source of the CMK's key material.
|
void |
setOrigin(String origin)
The source of the CMK's key material.
|
void |
setValidTo(Date validTo)
The time at which the imported key material expires.
|
String |
toString()
Returns a string representation of this object.
|
KeyMetadata |
withArn(String arn)
The Amazon Resource Name (ARN) of the CMK.
|
KeyMetadata |
withAWSAccountId(String aWSAccountId)
The twelve-digit account ID of the AWS account that owns the CMK.
|
KeyMetadata |
withCloudHsmClusterId(String cloudHsmClusterId)
The cluster ID of the AWS CloudHSM cluster that contains the key material for the CMK.
|
KeyMetadata |
withCreationDate(Date creationDate)
The date and time when the CMK was created.
|
KeyMetadata |
withCustomKeyStoreId(String customKeyStoreId)
A unique identifier for the custom key store
that contains the CMK.
|
KeyMetadata |
withDeletionDate(Date deletionDate)
The date and time after which AWS KMS deletes the CMK.
|
KeyMetadata |
withDescription(String description)
The description of the CMK.
|
KeyMetadata |
withEnabled(Boolean enabled)
Specifies whether the CMK is enabled.
|
KeyMetadata |
withExpirationModel(ExpirationModelType expirationModel)
Specifies whether the CMK's key material expires.
|
KeyMetadata |
withExpirationModel(String expirationModel)
Specifies whether the CMK's key material expires.
|
KeyMetadata |
withKeyId(String keyId)
The globally unique identifier for the CMK.
|
KeyMetadata |
withKeyManager(KeyManagerType keyManager)
The manager of the CMK.
|
KeyMetadata |
withKeyManager(String keyManager)
The manager of the CMK.
|
KeyMetadata |
withKeyState(KeyState keyState)
The state of the CMK.
|
KeyMetadata |
withKeyState(String keyState)
The state of the CMK.
|
KeyMetadata |
withKeyUsage(KeyUsageType keyUsage)
The cryptographic operations for which you can use the CMK.
|
KeyMetadata |
withKeyUsage(String keyUsage)
The cryptographic operations for which you can use the CMK.
|
KeyMetadata |
withOrigin(OriginType origin)
The source of the CMK's key material.
|
KeyMetadata |
withOrigin(String origin)
The source of the CMK's key material.
|
KeyMetadata |
withValidTo(Date validTo)
The time at which the imported key material expires.
|
public void setAWSAccountId(String aWSAccountId)
The twelve-digit account ID of the AWS account that owns the CMK.
aWSAccountId - The twelve-digit account ID of the AWS account that owns the CMK.public String getAWSAccountId()
The twelve-digit account ID of the AWS account that owns the CMK.
public KeyMetadata withAWSAccountId(String aWSAccountId)
The twelve-digit account ID of the AWS account that owns the CMK.
aWSAccountId - The twelve-digit account ID of the AWS account that owns the CMK.public void setKeyId(String keyId)
The globally unique identifier for the CMK.
keyId - The globally unique identifier for the CMK.public String getKeyId()
The globally unique identifier for the CMK.
public KeyMetadata withKeyId(String keyId)
The globally unique identifier for the CMK.
keyId - The globally unique identifier for the CMK.public void setArn(String arn)
The Amazon Resource Name (ARN) of the CMK. For examples, see AWS Key Management Service (AWS KMS) in the Example ARNs section of the AWS General Reference.
arn - The Amazon Resource Name (ARN) of the CMK. For examples, see AWS Key
Management Service (AWS KMS) in the Example ARNs section of the AWS General Reference.public String getArn()
The Amazon Resource Name (ARN) of the CMK. For examples, see AWS Key Management Service (AWS KMS) in the Example ARNs section of the AWS General Reference.
public KeyMetadata withArn(String arn)
The Amazon Resource Name (ARN) of the CMK. For examples, see AWS Key Management Service (AWS KMS) in the Example ARNs section of the AWS General Reference.
arn - The Amazon Resource Name (ARN) of the CMK. For examples, see AWS Key
Management Service (AWS KMS) in the Example ARNs section of the AWS General Reference.public void setCreationDate(Date creationDate)
The date and time when the CMK was created.
creationDate - The date and time when the CMK was created.public Date getCreationDate()
The date and time when the CMK was created.
public KeyMetadata withCreationDate(Date creationDate)
The date and time when the CMK was created.
creationDate - The date and time when the CMK was created.public void setEnabled(Boolean enabled)
Specifies whether the CMK is enabled. When KeyState is Enabled this value is true,
otherwise it is false.
enabled - Specifies whether the CMK is enabled. When KeyState is Enabled this value is
true, otherwise it is false.public Boolean getEnabled()
Specifies whether the CMK is enabled. When KeyState is Enabled this value is true,
otherwise it is false.
KeyState is Enabled this value is
true, otherwise it is false.public KeyMetadata withEnabled(Boolean enabled)
Specifies whether the CMK is enabled. When KeyState is Enabled this value is true,
otherwise it is false.
enabled - Specifies whether the CMK is enabled. When KeyState is Enabled this value is
true, otherwise it is false.public Boolean isEnabled()
Specifies whether the CMK is enabled. When KeyState is Enabled this value is true,
otherwise it is false.
KeyState is Enabled this value is
true, otherwise it is false.public void setDescription(String description)
The description of the CMK.
description - The description of the CMK.public String getDescription()
The description of the CMK.
public KeyMetadata withDescription(String description)
The description of the CMK.
description - The description of the CMK.public void setKeyUsage(String keyUsage)
The cryptographic operations for which you can use the CMK. The only valid value is ENCRYPT_DECRYPT,
which means you can use the CMK to encrypt and decrypt data.
keyUsage - The cryptographic operations for which you can use the CMK. The only valid value is
ENCRYPT_DECRYPT, which means you can use the CMK to encrypt and decrypt data.KeyUsageTypepublic String getKeyUsage()
The cryptographic operations for which you can use the CMK. The only valid value is ENCRYPT_DECRYPT,
which means you can use the CMK to encrypt and decrypt data.
ENCRYPT_DECRYPT, which means you can use the CMK to encrypt and decrypt data.KeyUsageTypepublic KeyMetadata withKeyUsage(String keyUsage)
The cryptographic operations for which you can use the CMK. The only valid value is ENCRYPT_DECRYPT,
which means you can use the CMK to encrypt and decrypt data.
keyUsage - The cryptographic operations for which you can use the CMK. The only valid value is
ENCRYPT_DECRYPT, which means you can use the CMK to encrypt and decrypt data.KeyUsageTypepublic void setKeyUsage(KeyUsageType keyUsage)
The cryptographic operations for which you can use the CMK. The only valid value is ENCRYPT_DECRYPT,
which means you can use the CMK to encrypt and decrypt data.
keyUsage - The cryptographic operations for which you can use the CMK. The only valid value is
ENCRYPT_DECRYPT, which means you can use the CMK to encrypt and decrypt data.KeyUsageTypepublic KeyMetadata withKeyUsage(KeyUsageType keyUsage)
The cryptographic operations for which you can use the CMK. The only valid value is ENCRYPT_DECRYPT,
which means you can use the CMK to encrypt and decrypt data.
keyUsage - The cryptographic operations for which you can use the CMK. The only valid value is
ENCRYPT_DECRYPT, which means you can use the CMK to encrypt and decrypt data.KeyUsageTypepublic void setKeyState(String keyState)
The state of the CMK.
For more information about how key state affects the use of a CMK, see How Key State Affects the Use of a Customer Master Key in the AWS Key Management Service Developer Guide.
keyState - The state of the CMK.
For more information about how key state affects the use of a CMK, see How Key State Affects the Use of a Customer Master Key in the AWS Key Management Service Developer Guide.
KeyStatepublic String getKeyState()
The state of the CMK.
For more information about how key state affects the use of a CMK, see How Key State Affects the Use of a Customer Master Key in the AWS Key Management Service Developer Guide.
For more information about how key state affects the use of a CMK, see How Key State Affects the Use of a Customer Master Key in the AWS Key Management Service Developer Guide.
KeyStatepublic KeyMetadata withKeyState(String keyState)
The state of the CMK.
For more information about how key state affects the use of a CMK, see How Key State Affects the Use of a Customer Master Key in the AWS Key Management Service Developer Guide.
keyState - The state of the CMK.
For more information about how key state affects the use of a CMK, see How Key State Affects the Use of a Customer Master Key in the AWS Key Management Service Developer Guide.
KeyStatepublic void setKeyState(KeyState keyState)
The state of the CMK.
For more information about how key state affects the use of a CMK, see How Key State Affects the Use of a Customer Master Key in the AWS Key Management Service Developer Guide.
keyState - The state of the CMK.
For more information about how key state affects the use of a CMK, see How Key State Affects the Use of a Customer Master Key in the AWS Key Management Service Developer Guide.
KeyStatepublic KeyMetadata withKeyState(KeyState keyState)
The state of the CMK.
For more information about how key state affects the use of a CMK, see How Key State Affects the Use of a Customer Master Key in the AWS Key Management Service Developer Guide.
keyState - The state of the CMK.
For more information about how key state affects the use of a CMK, see How Key State Affects the Use of a Customer Master Key in the AWS Key Management Service Developer Guide.
KeyStatepublic void setDeletionDate(Date deletionDate)
The date and time after which AWS KMS deletes the CMK. This value is present only when KeyState is
PendingDeletion.
deletionDate - The date and time after which AWS KMS deletes the CMK. This value is present only when
KeyState is PendingDeletion.public Date getDeletionDate()
The date and time after which AWS KMS deletes the CMK. This value is present only when KeyState is
PendingDeletion.
KeyState is PendingDeletion.public KeyMetadata withDeletionDate(Date deletionDate)
The date and time after which AWS KMS deletes the CMK. This value is present only when KeyState is
PendingDeletion.
deletionDate - The date and time after which AWS KMS deletes the CMK. This value is present only when
KeyState is PendingDeletion.public void setValidTo(Date validTo)
The time at which the imported key material expires. When the key material expires, AWS KMS deletes the key
material and the CMK becomes unusable. This value is present only for CMKs whose Origin is
EXTERNAL and whose ExpirationModel is KEY_MATERIAL_EXPIRES, otherwise this
value is omitted.
validTo - The time at which the imported key material expires. When the key material expires, AWS KMS deletes the
key material and the CMK becomes unusable. This value is present only for CMKs whose Origin
is EXTERNAL and whose ExpirationModel is KEY_MATERIAL_EXPIRES,
otherwise this value is omitted.public Date getValidTo()
The time at which the imported key material expires. When the key material expires, AWS KMS deletes the key
material and the CMK becomes unusable. This value is present only for CMKs whose Origin is
EXTERNAL and whose ExpirationModel is KEY_MATERIAL_EXPIRES, otherwise this
value is omitted.
Origin
is EXTERNAL and whose ExpirationModel is KEY_MATERIAL_EXPIRES,
otherwise this value is omitted.public KeyMetadata withValidTo(Date validTo)
The time at which the imported key material expires. When the key material expires, AWS KMS deletes the key
material and the CMK becomes unusable. This value is present only for CMKs whose Origin is
EXTERNAL and whose ExpirationModel is KEY_MATERIAL_EXPIRES, otherwise this
value is omitted.
validTo - The time at which the imported key material expires. When the key material expires, AWS KMS deletes the
key material and the CMK becomes unusable. This value is present only for CMKs whose Origin
is EXTERNAL and whose ExpirationModel is KEY_MATERIAL_EXPIRES,
otherwise this value is omitted.public void setOrigin(String origin)
The source of the CMK's key material. When this value is AWS_KMS, AWS KMS created the key material.
When this value is EXTERNAL, the key material was imported from your existing key management
infrastructure or the CMK lacks key material. When this value is AWS_CLOUDHSM, the key material was
created in the AWS CloudHSM cluster associated with a custom key store.
origin - The source of the CMK's key material. When this value is AWS_KMS, AWS KMS created the key
material. When this value is EXTERNAL, the key material was imported from your existing key
management infrastructure or the CMK lacks key material. When this value is AWS_CLOUDHSM, the
key material was created in the AWS CloudHSM cluster associated with a custom key store.OriginTypepublic String getOrigin()
The source of the CMK's key material. When this value is AWS_KMS, AWS KMS created the key material.
When this value is EXTERNAL, the key material was imported from your existing key management
infrastructure or the CMK lacks key material. When this value is AWS_CLOUDHSM, the key material was
created in the AWS CloudHSM cluster associated with a custom key store.
AWS_KMS, AWS KMS created the key
material. When this value is EXTERNAL, the key material was imported from your existing key
management infrastructure or the CMK lacks key material. When this value is AWS_CLOUDHSM,
the key material was created in the AWS CloudHSM cluster associated with a custom key store.OriginTypepublic KeyMetadata withOrigin(String origin)
The source of the CMK's key material. When this value is AWS_KMS, AWS KMS created the key material.
When this value is EXTERNAL, the key material was imported from your existing key management
infrastructure or the CMK lacks key material. When this value is AWS_CLOUDHSM, the key material was
created in the AWS CloudHSM cluster associated with a custom key store.
origin - The source of the CMK's key material. When this value is AWS_KMS, AWS KMS created the key
material. When this value is EXTERNAL, the key material was imported from your existing key
management infrastructure or the CMK lacks key material. When this value is AWS_CLOUDHSM, the
key material was created in the AWS CloudHSM cluster associated with a custom key store.OriginTypepublic void setOrigin(OriginType origin)
The source of the CMK's key material. When this value is AWS_KMS, AWS KMS created the key material.
When this value is EXTERNAL, the key material was imported from your existing key management
infrastructure or the CMK lacks key material. When this value is AWS_CLOUDHSM, the key material was
created in the AWS CloudHSM cluster associated with a custom key store.
origin - The source of the CMK's key material. When this value is AWS_KMS, AWS KMS created the key
material. When this value is EXTERNAL, the key material was imported from your existing key
management infrastructure or the CMK lacks key material. When this value is AWS_CLOUDHSM, the
key material was created in the AWS CloudHSM cluster associated with a custom key store.OriginTypepublic KeyMetadata withOrigin(OriginType origin)
The source of the CMK's key material. When this value is AWS_KMS, AWS KMS created the key material.
When this value is EXTERNAL, the key material was imported from your existing key management
infrastructure or the CMK lacks key material. When this value is AWS_CLOUDHSM, the key material was
created in the AWS CloudHSM cluster associated with a custom key store.
origin - The source of the CMK's key material. When this value is AWS_KMS, AWS KMS created the key
material. When this value is EXTERNAL, the key material was imported from your existing key
management infrastructure or the CMK lacks key material. When this value is AWS_CLOUDHSM, the
key material was created in the AWS CloudHSM cluster associated with a custom key store.OriginTypepublic void setCustomKeyStoreId(String customKeyStoreId)
A unique identifier for the custom key store that contains the CMK. This value is present only when the CMK is created in a custom key store.
customKeyStoreId - A unique identifier for the custom key
store that contains the CMK. This value is present only when the CMK is created in a custom key store.public String getCustomKeyStoreId()
A unique identifier for the custom key store that contains the CMK. This value is present only when the CMK is created in a custom key store.
public KeyMetadata withCustomKeyStoreId(String customKeyStoreId)
A unique identifier for the custom key store that contains the CMK. This value is present only when the CMK is created in a custom key store.
customKeyStoreId - A unique identifier for the custom key
store that contains the CMK. This value is present only when the CMK is created in a custom key store.public void setCloudHsmClusterId(String cloudHsmClusterId)
The cluster ID of the AWS CloudHSM cluster that contains the key material for the CMK. When you create a CMK in a custom key store, AWS KMS creates the key material for the CMK in the associated AWS CloudHSM cluster. This value is present only when the CMK is created in a custom key store.
cloudHsmClusterId - The cluster ID of the AWS CloudHSM cluster that contains the key material for the CMK. When you create a
CMK in a custom key
store, AWS KMS creates the key material for the CMK in the associated AWS CloudHSM cluster. This value
is present only when the CMK is created in a custom key store.public String getCloudHsmClusterId()
The cluster ID of the AWS CloudHSM cluster that contains the key material for the CMK. When you create a CMK in a custom key store, AWS KMS creates the key material for the CMK in the associated AWS CloudHSM cluster. This value is present only when the CMK is created in a custom key store.
public KeyMetadata withCloudHsmClusterId(String cloudHsmClusterId)
The cluster ID of the AWS CloudHSM cluster that contains the key material for the CMK. When you create a CMK in a custom key store, AWS KMS creates the key material for the CMK in the associated AWS CloudHSM cluster. This value is present only when the CMK is created in a custom key store.
cloudHsmClusterId - The cluster ID of the AWS CloudHSM cluster that contains the key material for the CMK. When you create a
CMK in a custom key
store, AWS KMS creates the key material for the CMK in the associated AWS CloudHSM cluster. This value
is present only when the CMK is created in a custom key store.public void setExpirationModel(String expirationModel)
Specifies whether the CMK's key material expires. This value is present only when Origin is
EXTERNAL, otherwise this value is omitted.
expirationModel - Specifies whether the CMK's key material expires. This value is present only when Origin is
EXTERNAL, otherwise this value is omitted.ExpirationModelTypepublic String getExpirationModel()
Specifies whether the CMK's key material expires. This value is present only when Origin is
EXTERNAL, otherwise this value is omitted.
Origin is
EXTERNAL, otherwise this value is omitted.ExpirationModelTypepublic KeyMetadata withExpirationModel(String expirationModel)
Specifies whether the CMK's key material expires. This value is present only when Origin is
EXTERNAL, otherwise this value is omitted.
expirationModel - Specifies whether the CMK's key material expires. This value is present only when Origin is
EXTERNAL, otherwise this value is omitted.ExpirationModelTypepublic void setExpirationModel(ExpirationModelType expirationModel)
Specifies whether the CMK's key material expires. This value is present only when Origin is
EXTERNAL, otherwise this value is omitted.
expirationModel - Specifies whether the CMK's key material expires. This value is present only when Origin is
EXTERNAL, otherwise this value is omitted.ExpirationModelTypepublic KeyMetadata withExpirationModel(ExpirationModelType expirationModel)
Specifies whether the CMK's key material expires. This value is present only when Origin is
EXTERNAL, otherwise this value is omitted.
expirationModel - Specifies whether the CMK's key material expires. This value is present only when Origin is
EXTERNAL, otherwise this value is omitted.ExpirationModelTypepublic void setKeyManager(String keyManager)
The manager of the CMK. CMKs in your AWS account are either customer managed or AWS managed. For more information about the difference, see Customer Master Keys in the AWS Key Management Service Developer Guide.
keyManager - The manager of the CMK. CMKs in your AWS account are either customer managed or AWS managed. For more
information about the difference, see Customer Master
Keys in the AWS Key Management Service Developer Guide.KeyManagerTypepublic String getKeyManager()
The manager of the CMK. CMKs in your AWS account are either customer managed or AWS managed. For more information about the difference, see Customer Master Keys in the AWS Key Management Service Developer Guide.
KeyManagerTypepublic KeyMetadata withKeyManager(String keyManager)
The manager of the CMK. CMKs in your AWS account are either customer managed or AWS managed. For more information about the difference, see Customer Master Keys in the AWS Key Management Service Developer Guide.
keyManager - The manager of the CMK. CMKs in your AWS account are either customer managed or AWS managed. For more
information about the difference, see Customer Master
Keys in the AWS Key Management Service Developer Guide.KeyManagerTypepublic void setKeyManager(KeyManagerType keyManager)
The manager of the CMK. CMKs in your AWS account are either customer managed or AWS managed. For more information about the difference, see Customer Master Keys in the AWS Key Management Service Developer Guide.
keyManager - The manager of the CMK. CMKs in your AWS account are either customer managed or AWS managed. For more
information about the difference, see Customer Master
Keys in the AWS Key Management Service Developer Guide.KeyManagerTypepublic KeyMetadata withKeyManager(KeyManagerType keyManager)
The manager of the CMK. CMKs in your AWS account are either customer managed or AWS managed. For more information about the difference, see Customer Master Keys in the AWS Key Management Service Developer Guide.
keyManager - The manager of the CMK. CMKs in your AWS account are either customer managed or AWS managed. For more
information about the difference, see Customer Master
Keys in the AWS Key Management Service Developer Guide.KeyManagerTypepublic String toString()
toString in class ObjectObject.toString()public KeyMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.