Uses of Class
software.amazon.awscdk.services.codepipeline.CfnPipelineProps.Builder
Packages that use CfnPipelineProps.Builder
-
Uses of CfnPipelineProps.Builder in software.amazon.awscdk.services.codepipeline
Methods in software.amazon.awscdk.services.codepipeline that return CfnPipelineProps.BuilderModifier and TypeMethodDescriptionCfnPipelineProps.Builder.artifactStore(IResolvable artifactStore) Sets the value ofCfnPipelineProps.getArtifactStore()CfnPipelineProps.Builder.artifactStore(CfnPipeline.ArtifactStoreProperty artifactStore) Sets the value ofCfnPipelineProps.getArtifactStore()CfnPipelineProps.Builder.artifactStores(List<? extends Object> artifactStores) Sets the value ofCfnPipelineProps.getArtifactStores()CfnPipelineProps.Builder.artifactStores(IResolvable artifactStores) Sets the value ofCfnPipelineProps.getArtifactStores()static CfnPipelineProps.BuilderCfnPipelineProps.builder()CfnPipelineProps.Builder.disableInboundStageTransitions(List<? extends Object> disableInboundStageTransitions) Sets the value ofCfnPipelineProps.getDisableInboundStageTransitions()CfnPipelineProps.Builder.disableInboundStageTransitions(IResolvable disableInboundStageTransitions) Sets the value ofCfnPipelineProps.getDisableInboundStageTransitions()Sets the value ofCfnPipelineProps.getName()CfnPipelineProps.Builder.restartExecutionOnUpdate(Boolean restartExecutionOnUpdate) Sets the value ofCfnPipelineProps.getRestartExecutionOnUpdate()CfnPipelineProps.Builder.restartExecutionOnUpdate(IResolvable restartExecutionOnUpdate) Sets the value ofCfnPipelineProps.getRestartExecutionOnUpdate()Sets the value ofCfnPipelineProps.getRoleArn()Sets the value ofCfnPipelineProps.getStages()CfnPipelineProps.Builder.stages(IResolvable stages) Sets the value ofCfnPipelineProps.getStages()Sets the value ofCfnPipelineProps.getTags()Constructors in software.amazon.awscdk.services.codepipeline with parameters of type CfnPipelineProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnPipelineProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPipelineProps.Builder.