Uses of Class
com.amazonaws.services.codepipeline.model.ArtifactStore
Packages that use ArtifactStore
-
Uses of ArtifactStore in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return ArtifactStoreModifier and TypeMethodDescriptionArtifactStore.clone()
PipelineDeclaration.getArtifactStore()
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.withLocation
(String location) The location for storing the artifacts for a pipeline, such as an S3 bucket or folder.ArtifactStore.withType
(ArtifactStoreType type) The type of the artifact store, such as S3.The type of the artifact store, such as S3.Methods in com.amazonaws.services.codepipeline.model with parameters of type ArtifactStoreModifier and TypeMethodDescriptionvoid
PipelineDeclaration.setArtifactStore
(ArtifactStore artifactStore) PipelineDeclaration.withArtifactStore
(ArtifactStore artifactStore)