@Stability(value=Stable) public static final class CfnPipelineProps.Builder extends Object implements software.amazon.jsii.Builder<CfnPipelineProps>
CfnPipelineProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnPipelineProps.Builder roleArn(String roleArn)
CfnPipelineProps.getRoleArn()roleArn - The Amazon Resource Name (ARN) for CodePipeline to use to either perform actions with no `actionRoleArn` , or to use to assume roles for actions with an `actionRoleArn` . This parameter is required.this@Stability(value=Stable) public CfnPipelineProps.Builder stages(IResolvable stages)
CfnPipelineProps.getStages()stages - Represents information about a stage and its definition. This parameter is required.this@Stability(value=Stable) public CfnPipelineProps.Builder stages(List<? extends Object> stages)
CfnPipelineProps.getStages()stages - Represents information about a stage and its definition. This parameter is required.this@Stability(value=Stable) public CfnPipelineProps.Builder artifactStore(IResolvable artifactStore)
CfnPipelineProps.getArtifactStore()artifactStore - The S3 bucket where artifacts for the pipeline are stored.
You must include either
artifactStoreorartifactStoresin your pipeline, but you cannot use both. If you create a cross-region action in your pipeline, you must useartifactStores.
this@Stability(value=Stable) public CfnPipelineProps.Builder artifactStore(CfnPipeline.ArtifactStoreProperty artifactStore)
CfnPipelineProps.getArtifactStore()artifactStore - The S3 bucket where artifacts for the pipeline are stored.
You must include either
artifactStoreorartifactStoresin your pipeline, but you cannot use both. If you create a cross-region action in your pipeline, you must useartifactStores.
this@Stability(value=Stable) public CfnPipelineProps.Builder artifactStores(IResolvable artifactStores)
CfnPipelineProps.getArtifactStores()artifactStores - A mapping of `artifactStore` objects and their corresponding AWS Regions.
There must be an artifact store for the pipeline Region and for each cross-region action in the pipeline.
You must include either
artifactStoreorartifactStoresin your pipeline, but you cannot use both. If you create a cross-region action in your pipeline, you must useartifactStores.
this@Stability(value=Stable) public CfnPipelineProps.Builder artifactStores(List<? extends Object> artifactStores)
CfnPipelineProps.getArtifactStores()artifactStores - A mapping of `artifactStore` objects and their corresponding AWS Regions.
There must be an artifact store for the pipeline Region and for each cross-region action in the pipeline.
You must include either
artifactStoreorartifactStoresin your pipeline, but you cannot use both. If you create a cross-region action in your pipeline, you must useartifactStores.
this@Stability(value=Stable) public CfnPipelineProps.Builder disableInboundStageTransitions(IResolvable disableInboundStageTransitions)
CfnPipelineProps.getDisableInboundStageTransitions()disableInboundStageTransitions - Represents the input of a `DisableStageTransition` action.this@Stability(value=Stable) public CfnPipelineProps.Builder disableInboundStageTransitions(List<? extends Object> disableInboundStageTransitions)
CfnPipelineProps.getDisableInboundStageTransitions()disableInboundStageTransitions - Represents the input of a `DisableStageTransition` action.this@Stability(value=Stable) public CfnPipelineProps.Builder name(String name)
CfnPipelineProps.getName()name - The name of the pipeline.this@Stability(value=Stable) public CfnPipelineProps.Builder restartExecutionOnUpdate(Boolean restartExecutionOnUpdate)
CfnPipelineProps.getRestartExecutionOnUpdate()restartExecutionOnUpdate - Indicates whether to rerun the CodePipeline pipeline after you update it.this@Stability(value=Stable) public CfnPipelineProps.Builder restartExecutionOnUpdate(IResolvable restartExecutionOnUpdate)
CfnPipelineProps.getRestartExecutionOnUpdate()restartExecutionOnUpdate - Indicates whether to rerun the CodePipeline pipeline after you update it.this@Stability(value=Stable) public CfnPipelineProps.Builder tags(List<? extends CfnTag> tags)
CfnPipelineProps.getTags()tags - Specifies the tags applied to the pipeline.this@Stability(value=Stable) public CfnPipelineProps build()
build in interface software.amazon.jsii.Builder<CfnPipelineProps>CfnPipelinePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.