Package | Description |
---|---|
com.amazonaws.services.codepipeline.model | |
com.amazonaws.services.codepipeline.model.transform |
Modifier and Type | Field and Description |
---|---|
private ArtifactStore |
PipelineDeclaration.artifactStore |
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(java.lang.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(java.lang.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) |
Modifier and Type | Method and Description |
---|---|
ArtifactStore |
ArtifactStoreJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ArtifactStoreJsonMarshaller.marshall(ArtifactStore artifactStore,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|