public static interface EncryptionKey.Builder extends SdkPojo, CopyableBuilder<EncryptionKey.Builder,EncryptionKey>
| Modifier and Type | Method and Description |
|---|---|
EncryptionKey.Builder |
id(String id)
The ID used to identify the key.
|
EncryptionKey.Builder |
type(EncryptionKeyType type)
The type of encryption key, such as an AWS Key Management Service (AWS KMS) key.
|
EncryptionKey.Builder |
type(String type)
The type of encryption key, such as an AWS Key Management Service (AWS KMS) key.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEncryptionKey.Builder id(String id)
The ID used to identify the key. For an AWS KMS key, you can use the key ID, the key ARN, or the alias ARN.
Aliases are recognized only in the account that created the customer master key (CMK). For cross-account actions, you can only use the key ID or key ARN to identify the key.
id - The ID used to identify the key. For an AWS KMS key, you can use the key ID, the key ARN, or the alias
ARN. Aliases are recognized only in the account that created the customer master key (CMK). For cross-account actions, you can only use the key ID or key ARN to identify the key.
EncryptionKey.Builder type(String type)
The type of encryption key, such as an AWS Key Management Service (AWS KMS) key. When creating or updating a pipeline, the value must be set to 'KMS'.
type - The type of encryption key, such as an AWS Key Management Service (AWS KMS) key. When creating or
updating a pipeline, the value must be set to 'KMS'.EncryptionKeyType,
EncryptionKeyTypeEncryptionKey.Builder type(EncryptionKeyType type)
The type of encryption key, such as an AWS Key Management Service (AWS KMS) key. When creating or updating a pipeline, the value must be set to 'KMS'.
type - The type of encryption key, such as an AWS Key Management Service (AWS KMS) key. When creating or
updating a pipeline, the value must be set to 'KMS'.EncryptionKeyType,
EncryptionKeyTypeCopyright © 2023. All rights reserved.