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.executionMode(ExecutionMode executionMode) The method that the pipeline will use to handle multiple executions.Pipeline.Builder.pipelineName(String pipelineName) Name of the pipeline.Pipeline.Builder.pipelineType(PipelineType pipelineType) Type 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.Pipeline.Builder.triggers(List<? extends TriggerProps> triggers) The trigger configuration specifying a type of event, such as Git tags, that starts the pipeline.Pipeline.Builder.usePipelineRoleForActions(Boolean usePipelineRoleForActions) Use pipeline service role for actions if no action role configured.A list that defines the pipeline variables for a pipeline resource.