| Package | Description |
|---|---|
| software.amazon.awscdk.services.codepipeline.actions |
AWS CodePipeline Actions
|
| Modifier and Type | Method and Description |
|---|---|
static EcrSourceVariables.Builder |
EcrSourceVariables.builder() |
EcrSourceVariables.Builder |
EcrSourceVariables.Builder.imageDigest(String imageDigest)
Sets the value of
EcrSourceVariables.getImageDigest() |
EcrSourceVariables.Builder |
EcrSourceVariables.Builder.imageTag(String imageTag)
Sets the value of
EcrSourceVariables.getImageTag() |
EcrSourceVariables.Builder |
EcrSourceVariables.Builder.imageUri(String imageUri)
Sets the value of
EcrSourceVariables.getImageUri() |
EcrSourceVariables.Builder |
EcrSourceVariables.Builder.registryId(String registryId)
Sets the value of
EcrSourceVariables.getRegistryId() |
EcrSourceVariables.Builder |
EcrSourceVariables.Builder.repositoryName(String repositoryName)
Sets the value of
EcrSourceVariables.getRepositoryName() |
| Constructor and Description |
|---|
Jsii$Proxy(EcrSourceVariables.Builder builder)
Constructor that initializes the object based on literal property values passed by the
EcrSourceVariables.Builder. |
Copyright © 2022. All rights reserved.