Package | Description |
---|---|
com.amazonaws.service.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
ArtifactStore |
ArtifactStore.clone() |
ArtifactStore |
PipelineDeclaration.getArtifactStore()
Returns the value of the ArtifactStore property for this object.
|
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)
Sets the value of the ArtifactStore property for this object.
|
PipelineDeclaration |
PipelineDeclaration.withArtifactStore(ArtifactStore artifactStore)
Sets the value of the ArtifactStore property for this object.
|
Copyright © 2015. All rights reserved.