| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
static EncryptionKey.Builder |
EncryptionKey.builder() |
EncryptionKey.Builder |
EncryptionKey.Builder.id(String id)
The ID used to identify the key.
|
EncryptionKey.Builder |
EncryptionKey.toBuilder() |
EncryptionKey.Builder |
EncryptionKey.Builder.type(EncryptionKeyType type)
The type of encryption key, such as an Amazon Web Services KMS key.
|
EncryptionKey.Builder |
EncryptionKey.Builder.type(String type)
The type of encryption key, such as an Amazon Web Services KMS key.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EncryptionKey.Builder> |
EncryptionKey.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ThirdPartyJobData.Builder |
ThirdPartyJobData.Builder.encryptionKey(Consumer<EncryptionKey.Builder> encryptionKey)
The encryption key used to encrypt and decrypt data in the artifact store for the pipeline, such as an Amazon
Web Services Key Management Service (Amazon Web Services KMS) key.
|
default ArtifactStore.Builder |
ArtifactStore.Builder.encryptionKey(Consumer<EncryptionKey.Builder> encryptionKey)
The encryption key used to encrypt the data in the artifact store, such as an Amazon Web Services Key
Management Service key.
|
default JobData.Builder |
JobData.Builder.encryptionKey(Consumer<EncryptionKey.Builder> encryptionKey)
Represents information about the key used to encrypt data in the artifact store, such as an KMS key.
|
Copyright © 2023. All rights reserved.