Uses of Interface
software.amazon.awscdk.services.codepipeline.CfnPipeline.ArtifactStoreProperty
Packages that use CfnPipeline.ArtifactStoreProperty
-
Uses of CfnPipeline.ArtifactStoreProperty in software.amazon.awscdk.services.codepipeline
Classes in software.amazon.awscdk.services.codepipeline that implement CfnPipeline.ArtifactStorePropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnPipeline.ArtifactStorePropertyMethods in software.amazon.awscdk.services.codepipeline that return CfnPipeline.ArtifactStorePropertyModifier and TypeMethodDescriptionCfnPipeline.ArtifactStoreProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.codepipeline with parameters of type CfnPipeline.ArtifactStorePropertyModifier 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()voidCfnPipeline.setArtifactStore(CfnPipeline.ArtifactStoreProperty value) The S3 bucket where artifacts for the pipeline are stored.