| 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() |
Copyright © 2021. All rights reserved.