Uses of Interface
software.amazon.awscdk.services.codepipeline.CfnPipeline.ArtifactStoreProperty
-
Uses of CfnPipeline.ArtifactStoreProperty in software.amazon.awscdk.services.codepipeline
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnPipeline.ArtifactStoreProperty
Modifier and TypeMethodDescriptionCfnPipeline.ArtifactStoreProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnPipeline.ArtifactStoreMapProperty.Builder.artifactStore
(CfnPipeline.ArtifactStoreProperty artifactStore) Sets the value ofCfnPipeline.ArtifactStoreMapProperty.getArtifactStore()
CfnPipeline.Builder.artifactStore
(CfnPipeline.ArtifactStoreProperty artifactStore) The S3 bucket where artifacts for the pipeline are stored.CfnPipelineProps.Builder.artifactStore
(CfnPipeline.ArtifactStoreProperty artifactStore) Sets the value ofCfnPipelineProps.getArtifactStore()
void
CfnPipeline.setArtifactStore
(CfnPipeline.ArtifactStoreProperty value) The S3 bucket where artifacts for the pipeline are stored.