Uses of Class
software.amazon.awscdk.services.codepipeline.Pipeline.Builder
Packages that use Pipeline.Builder
-
Uses of Pipeline.Builder in software.amazon.awscdk.services.codepipeline
Methods in software.amazon.awscdk.services.codepipeline that return Pipeline.BuilderModifier and TypeMethodDescriptionPipeline.Builder.artifactBucket(IBucket artifactBucket) The S3 bucket used by this Pipeline to store artifacts.static Pipeline.BuilderPipeline.Builder.crossAccountKeys(Boolean crossAccountKeys) Create KMS keys for cross-account deployments.Pipeline.Builder.crossRegionReplicationBuckets(Map<String, ? extends IBucket> crossRegionReplicationBuckets) A map of region to S3 bucket name used for cross-region CodePipeline.Pipeline.Builder.enableKeyRotation(Boolean enableKeyRotation) Enable KMS key rotation for the generated KMS keys.Pipeline.Builder.pipelineName(String pipelineName) Name of the pipeline.Pipeline.Builder.restartExecutionOnUpdate(Boolean restartExecutionOnUpdate) Indicates whether to rerun the AWS CodePipeline pipeline after you update it.Pipeline.Builder.reuseCrossRegionSupportStacks(Boolean reuseCrossRegionSupportStacks) Reuse the same cross region support stack for all pipelines in the App.The IAM role to be assumed by this Pipeline.Pipeline.Builder.stages(List<? extends StageProps> stages) The list of Stages, in order, to create this Pipeline with.