Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
ArtifactStore |
ArtifactStore.clone() |
ArtifactStore |
PipelineDeclaration.getArtifactStore()
Represents information about the Amazon S3 bucket where artifacts are stored for the pipeline.
|
ArtifactStore |
ArtifactStore.withEncryptionKey(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 |
ArtifactStore.withLocation(String location)
The Amazon S3 bucket used for storing the artifacts for a pipeline.
|
ArtifactStore |
ArtifactStore.withType(ArtifactStoreType type)
The type of the artifact store, such as S3.
|
ArtifactStore |
ArtifactStore.withType(String type)
The type of the artifact store, such as S3.
|
Modifier and Type | Method and Description |
---|---|
void |
PipelineDeclaration.setArtifactStore(ArtifactStore artifactStore)
Represents information about the Amazon S3 bucket where artifacts are stored for the pipeline.
|
PipelineDeclaration |
PipelineDeclaration.withArtifactStore(ArtifactStore artifactStore)
Represents information about the Amazon S3 bucket where artifacts are stored for the pipeline.
|
Copyright © 2017. All rights reserved.