public static interface AwsKmsKeyDetails.Builder extends SdkPojo, CopyableBuilder<AwsKmsKeyDetails.Builder,AwsKmsKeyDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsKmsKeyDetails.Builder |
awsAccountId(String awsAccountId)
The twelve-digit account ID of the Amazon Web Services account that owns the KMS key.
|
AwsKmsKeyDetails.Builder |
creationDate(Double creationDate)
Indicates when the KMS key was created.
|
AwsKmsKeyDetails.Builder |
description(String description)
A description of the KMS key.
|
AwsKmsKeyDetails.Builder |
keyId(String keyId)
The globally unique identifier for the KMS key.
|
AwsKmsKeyDetails.Builder |
keyManager(String keyManager)
The manager of the KMS key.
|
AwsKmsKeyDetails.Builder |
keyRotationStatus(Boolean keyRotationStatus)
Whether the key has key rotation enabled.
|
AwsKmsKeyDetails.Builder |
keyState(String keyState)
The state of the KMS key.
|
AwsKmsKeyDetails.Builder |
origin(String origin)
The source of the KMS key material.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsKmsKeyDetails.Builder awsAccountId(String awsAccountId)
The twelve-digit account ID of the Amazon Web Services account that owns the KMS key.
awsAccountId - The twelve-digit account ID of the Amazon Web Services account that owns the KMS key.AwsKmsKeyDetails.Builder creationDate(Double creationDate)
Indicates when the KMS key was created.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces, and date and time should be separated by T. For example,
2020-03-22T13:22:13.933Z.
creationDate - Indicates when the KMS key was created.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces, and date and time should be separated by T.
For example, 2020-03-22T13:22:13.933Z.
AwsKmsKeyDetails.Builder keyId(String keyId)
The globally unique identifier for the KMS key.
keyId - The globally unique identifier for the KMS key.AwsKmsKeyDetails.Builder keyManager(String keyManager)
The manager of the KMS key. KMS keys in your Amazon Web Services account are either customer managed or Amazon Web Services managed.
keyManager - The manager of the KMS key. KMS keys in your Amazon Web Services account are either customer managed
or Amazon Web Services managed.AwsKmsKeyDetails.Builder keyState(String keyState)
The state of the KMS key. Valid values are as follows:
Disabled
Enabled
PendingDeletion
PendingImport
Unavailable
keyState - The state of the KMS key. Valid values are as follows:
Disabled
Enabled
PendingDeletion
PendingImport
Unavailable
AwsKmsKeyDetails.Builder origin(String origin)
The source of the KMS key material.
When this value is AWS_KMS, KMS created the key material.
When this value is EXTERNAL, the key material was imported from your existing key management
infrastructure or the KMS key lacks key material.
When this value is AWS_CLOUDHSM, the key material was created in the CloudHSM cluster associated
with a custom key store.
origin - The source of the KMS key material.
When this value is AWS_KMS, KMS created the key material.
When this value is EXTERNAL, the key material was imported from your existing key
management infrastructure or the KMS key lacks key material.
When this value is AWS_CLOUDHSM, the key material was created in the CloudHSM cluster
associated with a custom key store.
AwsKmsKeyDetails.Builder description(String description)
A description of the KMS key.
description - A description of the KMS key.AwsKmsKeyDetails.Builder keyRotationStatus(Boolean keyRotationStatus)
Whether the key has key rotation enabled.
keyRotationStatus - Whether the key has key rotation enabled.Copyright © 2023. All rights reserved.