| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
ArtifactStore |
PipelineDeclaration.artifactStore()
Represents information about the S3 bucket where artifacts are stored for the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ArtifactStore> |
PipelineDeclaration.artifactStores()
A mapping of
artifactStore objects and their corresponding Amazon Web Services Regions. |
| Modifier and Type | Method and Description |
|---|---|
PipelineDeclaration.Builder |
PipelineDeclaration.Builder.artifactStore(ArtifactStore artifactStore)
Represents information about the S3 bucket where artifacts are stored for the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
PipelineDeclaration.Builder |
PipelineDeclaration.Builder.artifactStores(Map<String,ArtifactStore> artifactStores)
A mapping of
artifactStore objects and their corresponding Amazon Web Services Regions. |
Copyright © 2023. All rights reserved.