| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
EcrProps |
build()
Builds the configured instance.
|
EcrProps.Builder |
imageConfiguration(ImageConfiguration imageConfiguration)
Sets the value of
EcrProps.getImageConfiguration() |
EcrProps.Builder |
repository(IRepository repository)
Sets the value of
EcrProps.getRepository() |
EcrProps.Builder |
tag(String tag)
Deprecated.
use `tagOrDigest`
|
EcrProps.Builder |
tagOrDigest(String tagOrDigest)
Sets the value of
EcrProps.getTagOrDigest() |
@Stability(value=Experimental) public EcrProps.Builder repository(IRepository repository)
EcrProps.getRepository()repository - Represents the ECR repository. This parameter is required.this@Stability(value=Experimental) public EcrProps.Builder imageConfiguration(ImageConfiguration imageConfiguration)
EcrProps.getImageConfiguration()imageConfiguration - The image configuration for the image from ECR.this@Stability(value=Deprecated) @Deprecated public EcrProps.Builder tag(String tag)
EcrProps.getTag()tag - Image tag.this@Stability(value=Experimental) public EcrProps.Builder tagOrDigest(String tagOrDigest)
EcrProps.getTagOrDigest()tagOrDigest - Image tag or digest (digests must start with `sha256:`).this@Stability(value=Experimental) public EcrProps build()
build in interface software.amazon.jsii.Builder<EcrProps>EcrPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.