@Stability(value=Stable) public static final class CodeCommitSourceActionProps.Builder extends Object
CodeCommitSourceActionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CodeCommitSourceActionProps.Builder |
actionName(String actionName)
Sets the value of ActionName
|
CodeCommitSourceActionProps.Builder |
branch(String branch)
Sets the value of Branch
|
CodeCommitSourceActionProps |
build()
Builds the configured instance.
|
CodeCommitSourceActionProps.Builder |
output(Artifact output)
Sets the value of Output
|
CodeCommitSourceActionProps.Builder |
repository(IRepository repository)
Sets the value of Repository
|
CodeCommitSourceActionProps.Builder |
role(IRole role)
Sets the value of Role
|
CodeCommitSourceActionProps.Builder |
runOrder(Number runOrder)
Sets the value of RunOrder
|
CodeCommitSourceActionProps.Builder |
trigger(CodeCommitTrigger trigger)
Sets the value of Trigger
|
@Stability(value=Stable) public CodeCommitSourceActionProps.Builder output(Artifact output)
output - the value to be set. This parameter is required.this@Stability(value=Stable) public CodeCommitSourceActionProps.Builder repository(IRepository repository)
repository - The CodeCommit repository. This parameter is required.this@Stability(value=Stable) public CodeCommitSourceActionProps.Builder branch(String branch)
branch - the value to be set.this@Stability(value=Stable) public CodeCommitSourceActionProps.Builder trigger(CodeCommitTrigger trigger)
trigger - How should CodePipeline detect source changes for this Action.this@Stability(value=Stable) public CodeCommitSourceActionProps.Builder role(IRole role)
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 IAction.bind method in the ActionBindOptions.role property.this@Stability(value=Stable) public CodeCommitSourceActionProps.Builder actionName(String actionName)
actionName - The physical, human-readable name of the Action. Not that Action names must be unique within a single Stage. This parameter is required.this@Stability(value=Stable) public CodeCommitSourceActionProps.Builder runOrder(Number runOrder)
runOrder - The runOrder property for this Action. RunOrder determines the relative order in which multiple Actions in the same Stage execute.this@Stability(value=Stable) public CodeCommitSourceActionProps build()
CodeCommitSourceActionPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.