Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.codepipeline.CfnPipelineMixinProps.Builder
Packages that use CfnPipelineMixinProps.Builder
-
Uses of CfnPipelineMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.codepipeline
Methods in software.amazon.awscdk.cfnpropertymixins.services.codepipeline that return CfnPipelineMixinProps.BuilderModifier and TypeMethodDescriptionCfnPipelineMixinProps.Builder.artifactStore(CfnPipelinePropsMixin.ArtifactStoreProperty artifactStore) Sets the value ofCfnPipelineMixinProps.getArtifactStore()CfnPipelineMixinProps.Builder.artifactStore(IResolvable artifactStore) Sets the value ofCfnPipelineMixinProps.getArtifactStore()CfnPipelineMixinProps.Builder.artifactStores(List<? extends Object> artifactStores) Sets the value ofCfnPipelineMixinProps.getArtifactStores()CfnPipelineMixinProps.Builder.artifactStores(IResolvable artifactStores) Sets the value ofCfnPipelineMixinProps.getArtifactStores()CfnPipelineMixinProps.builder()CfnPipelineMixinProps.Builder.disableInboundStageTransitions(List<? extends Object> disableInboundStageTransitions) Sets the value ofCfnPipelineMixinProps.getDisableInboundStageTransitions()CfnPipelineMixinProps.Builder.disableInboundStageTransitions(IResolvable disableInboundStageTransitions) Sets the value ofCfnPipelineMixinProps.getDisableInboundStageTransitions()CfnPipelineMixinProps.Builder.executionMode(String executionMode) Sets the value ofCfnPipelineMixinProps.getExecutionMode()Sets the value ofCfnPipelineMixinProps.getName()CfnPipelineMixinProps.Builder.pipelineType(String pipelineType) Sets the value ofCfnPipelineMixinProps.getPipelineType()CfnPipelineMixinProps.Builder.restartExecutionOnUpdate(Boolean restartExecutionOnUpdate) Sets the value ofCfnPipelineMixinProps.getRestartExecutionOnUpdate()CfnPipelineMixinProps.Builder.restartExecutionOnUpdate(IResolvable restartExecutionOnUpdate) Sets the value ofCfnPipelineMixinProps.getRestartExecutionOnUpdate()Sets the value ofCfnPipelineMixinProps.getRoleArn()Sets the value ofCfnPipelineMixinProps.getRoleArn()Sets the value ofCfnPipelineMixinProps.getStages()CfnPipelineMixinProps.Builder.stages(IResolvable stages) Sets the value ofCfnPipelineMixinProps.getStages()Sets the value ofCfnPipelineMixinProps.getTags()Sets the value ofCfnPipelineMixinProps.getTriggers()CfnPipelineMixinProps.Builder.triggers(IResolvable triggers) Sets the value ofCfnPipelineMixinProps.getTriggers()Sets the value ofCfnPipelineMixinProps.getVariables()CfnPipelineMixinProps.Builder.variables(IResolvable variables) Sets the value ofCfnPipelineMixinProps.getVariables()Constructors in software.amazon.awscdk.cfnpropertymixins.services.codepipeline with parameters of type CfnPipelineMixinProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnPipelineMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPipelineMixinProps.Builder.