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 AWS account that owns the CMK.
|
AwsKmsKeyDetails.Builder |
creationDate(Double creationDate)
Indicates when the CMK was created.
|
AwsKmsKeyDetails.Builder |
description(String description)
A description of the key.
|
AwsKmsKeyDetails.Builder |
keyId(String keyId)
The globally unique identifier for the CMK.
|
AwsKmsKeyDetails.Builder |
keyManager(String keyManager)
The manager of the CMK.
|
AwsKmsKeyDetails.Builder |
keyState(String keyState)
The state of the CMK.
|
AwsKmsKeyDetails.Builder |
origin(String origin)
The source of the CMK's key material.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsKmsKeyDetails.Builder awsAccountId(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.AwsKmsKeyDetails.Builder creationDate(Double creationDate)
Indicates when the CMK was created.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
creationDate - Indicates when the CMK was created.
Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time
Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.
AwsKmsKeyDetails.Builder keyId(String keyId)
The globally unique identifier for the CMK.
keyId - The globally unique identifier for the CMK.AwsKmsKeyDetails.Builder keyManager(String keyManager)
The manager of the CMK. CMKs in your AWS account are either customer managed or AWS managed.
keyManager - The manager of the CMK. CMKs in your AWS account are either customer managed or AWS managed.AwsKmsKeyDetails.Builder keyState(String keyState)
The state of the CMK.
keyState - The state of the CMK.AwsKmsKeyDetails.Builder origin(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.
AwsKmsKeyDetails.Builder description(String description)
A description of the key.
description - A description of the key.Copyright © 2021. All rights reserved.