Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
ArtifactStore |
ArtifactStore.clone() |
ArtifactStore |
PipelineDeclaration.getArtifactStore() |
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 location for storing the artifacts for a pipeline, such as an S3
bucket or folder.
|
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) |
PipelineDeclaration |
PipelineDeclaration.withArtifactStore(ArtifactStore artifactStore) |
Copyright © 2018. All rights reserved.