@Stability(value=Stable) public static final class EcrSourceActionProps.Builder extends Object
EcrSourceActionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
EcrSourceActionProps.Builder |
actionName(String actionName)
Sets the value of ActionName
|
EcrSourceActionProps |
build()
Builds the configured instance.
|
EcrSourceActionProps.Builder |
imageTag(String imageTag)
Sets the value of ImageTag
|
EcrSourceActionProps.Builder |
output(Artifact output)
Sets the value of Output
|
EcrSourceActionProps.Builder |
repository(IRepository repository)
Sets the value of Repository
|
EcrSourceActionProps.Builder |
role(IRole role)
Sets the value of Role
|
EcrSourceActionProps.Builder |
runOrder(Number runOrder)
Sets the value of RunOrder
|
@Stability(value=Stable) public EcrSourceActionProps.Builder output(Artifact output)
output - the value to be set. This parameter is required.this@Stability(value=Stable) public EcrSourceActionProps.Builder repository(IRepository repository)
repository - The repository that will be watched for changes. This parameter is required.this@Stability(value=Stable) public EcrSourceActionProps.Builder imageTag(String imageTag)
imageTag - The image tag that will be checked for changes.this@Stability(value=Stable) public EcrSourceActionProps.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 EcrSourceActionProps.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 EcrSourceActionProps.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 EcrSourceActionProps build()
EcrSourceActionPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.