Uses of Class
software.amazon.awscdk.services.codepipeline.actions.EcrSourceAction.Builder
Packages that use EcrSourceAction.Builder
-
Uses of EcrSourceAction.Builder in software.amazon.awscdk.services.codepipeline.actions
Methods in software.amazon.awscdk.services.codepipeline.actions that return EcrSourceAction.BuilderModifier and TypeMethodDescriptionEcrSourceAction.Builder.actionName(String actionName) The physical, human-readable name of the Action.static EcrSourceAction.BuilderEcrSourceAction.Builder.create()The image tag that will be checked for changes.EcrSourceAction.Builder.repository(IRepository repository) The repository that will be watched for changes.The Role in which context's this Action will be executing in.The runOrder property for this Action.EcrSourceAction.Builder.variablesNamespace(String variablesNamespace) The name of the namespace to use for variables emitted by this action.