@Stability(value=Stable) public static final class ECRSourceOptions.Builder extends Object implements software.amazon.jsii.Builder<ECRSourceOptions>
ECRSourceOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ECRSourceOptions.Builder |
actionName(String actionName)
Sets the value of
ECRSourceOptions.getActionName() |
ECRSourceOptions |
build()
Builds the configured instance.
|
ECRSourceOptions.Builder |
imageTag(String imageTag)
Sets the value of
ECRSourceOptions.getImageTag() |
@Stability(value=Stable) public ECRSourceOptions.Builder actionName(String actionName)
ECRSourceOptions.getActionName()actionName - The action name used for this source in the CodePipeline.this@Stability(value=Stable) public ECRSourceOptions.Builder imageTag(String imageTag)
ECRSourceOptions.getImageTag()imageTag - The image tag that will be checked for changes.this@Stability(value=Stable) public ECRSourceOptions build()
build in interface software.amazon.jsii.Builder<ECRSourceOptions>ECRSourceOptionsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.