@Stability(value=Experimental) public static final class EcrSourceVariables.Builder extends Object implements software.amazon.jsii.Builder<EcrSourceVariables>
EcrSourceVariables| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
EcrSourceVariables |
build()
Builds the configured instance.
|
EcrSourceVariables.Builder |
imageDigest(String imageDigest)
Sets the value of
EcrSourceVariables.getImageDigest() |
EcrSourceVariables.Builder |
imageTag(String imageTag)
Sets the value of
EcrSourceVariables.getImageTag() |
EcrSourceVariables.Builder |
imageUri(String imageUri)
Sets the value of
EcrSourceVariables.getImageUri() |
EcrSourceVariables.Builder |
registryId(String registryId)
Sets the value of
EcrSourceVariables.getRegistryId() |
EcrSourceVariables.Builder |
repositoryName(String repositoryName)
Sets the value of
EcrSourceVariables.getRepositoryName() |
@Stability(value=Experimental) public EcrSourceVariables.Builder imageDigest(String imageDigest)
EcrSourceVariables.getImageDigest()imageDigest - The digest of the current image, in the form 'this@Stability(value=Experimental) public EcrSourceVariables.Builder imageTag(String imageTag)
EcrSourceVariables.getImageTag()imageTag - The Docker tag of the current image. This parameter is required.this@Stability(value=Experimental) public EcrSourceVariables.Builder imageUri(String imageUri)
EcrSourceVariables.getImageUri()imageUri - The full ECR Docker URI of the current image. This parameter is required.this@Stability(value=Experimental) public EcrSourceVariables.Builder registryId(String registryId)
EcrSourceVariables.getRegistryId()registryId - The identifier of the registry. This parameter is required.
In ECR, this is usually the ID of the AWS account owning it.this@Stability(value=Experimental) public EcrSourceVariables.Builder repositoryName(String repositoryName)
EcrSourceVariables.getRepositoryName()repositoryName - The physical name of the repository that this action tracks. This parameter is required.this@Stability(value=Experimental) public EcrSourceVariables build()
build in interface software.amazon.jsii.Builder<EcrSourceVariables>EcrSourceVariablesNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.