| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
static ArtifactStore.Builder |
ArtifactStore.builder() |
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 AWS Key Management Service (AWS
KMS) key.
|
ArtifactStore.Builder |
ArtifactStore.Builder.encryptionKey(EncryptionKey encryptionKey)
The encryption key used to encrypt the data in the artifact store, such as an AWS Key Management Service (AWS
KMS) key.
|
ArtifactStore.Builder |
ArtifactStore.Builder.location(String location)
The S3 bucket used for storing the artifacts for a pipeline.
|
ArtifactStore.Builder |
ArtifactStore.toBuilder() |
ArtifactStore.Builder |
ArtifactStore.Builder.type(ArtifactStoreType type)
The type of the artifact store, such as S3.
|
ArtifactStore.Builder |
ArtifactStore.Builder.type(String type)
The type of the artifact store, such as S3.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ArtifactStore.Builder> |
ArtifactStore.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PipelineDeclaration.Builder |
PipelineDeclaration.Builder.artifactStore(Consumer<ArtifactStore.Builder> artifactStore)
Represents information about the S3 bucket where artifacts are stored for the pipeline.
|
Copyright © 2023. All rights reserved.