@Stability(value=Experimental) public static final class CodeCommitSourceActionProps.Builder extends Object implements software.amazon.jsii.Builder<CodeCommitSourceActionProps>
CodeCommitSourceActionProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Experimental) public CodeCommitSourceActionProps.Builder output(Artifact output)
CodeCommitSourceActionProps.getOutput()output - the value to be set. This parameter is required.this@Stability(value=Experimental) public CodeCommitSourceActionProps.Builder repository(IRepository repository)
CodeCommitSourceActionProps.getRepository()repository - The CodeCommit repository. This parameter is required.this@Stability(value=Experimental) public CodeCommitSourceActionProps.Builder branch(String branch)
CodeCommitSourceActionProps.getBranch()branch - the value to be set.this@Stability(value=Experimental) public CodeCommitSourceActionProps.Builder codeBuildCloneOutput(Boolean codeBuildCloneOutput)
CodeCommitSourceActionProps.getCodeBuildCloneOutput()codeBuildCloneOutput - Whether the output should be the contents of the repository (which is the default), or a link that allows CodeBuild to clone the repository before building.
Note: if this option is true,
then only CodeBuild actions can use the resulting {@link output}.this@Stability(value=Experimental) public CodeCommitSourceActionProps.Builder eventRole(IRole eventRole)
CodeCommitSourceActionProps.getEventRole()eventRole - Role to be used by on commit event rule.
Used only when trigger value is CodeCommitTrigger.EVENTS.this@Stability(value=Experimental) public CodeCommitSourceActionProps.Builder trigger(CodeCommitTrigger trigger)
CodeCommitSourceActionProps.getTrigger()trigger - How should CodePipeline detect source changes for this Action.this@Stability(value=Experimental) public CodeCommitSourceActionProps.Builder role(IRole role)
CommonAwsActionProps.getRole()role - The Role in which context's this Action will be executing in.
The Pipeline's Role will assume this Role
(the required permissions for that will be granted automatically)
right before executing this Action.
This Action will be passed into your {@link IAction.bind}
method in the {@link ActionBindOptions.role} property.this@Stability(value=Experimental) public CodeCommitSourceActionProps.Builder actionName(String actionName)
CommonActionProps.getActionName()actionName - The physical, human-readable name of the Action. This parameter is required.
Note that Action names must be unique within a single Stage.this@Stability(value=Experimental) public CodeCommitSourceActionProps.Builder runOrder(Number runOrder)
CommonActionProps.getRunOrder()runOrder - The runOrder property for this Action.
RunOrder determines the relative order in which multiple Actions in the same Stage execute.this@Stability(value=Experimental) public CodeCommitSourceActionProps.Builder variablesNamespace(String variablesNamespace)
CommonActionProps.getVariablesNamespace()variablesNamespace - The name of the namespace to use for variables emitted by this action.this@Stability(value=Experimental) public CodeCommitSourceActionProps build()
build in interface software.amazon.jsii.Builder<CodeCommitSourceActionProps>CodeCommitSourceActionPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.