Uses of Class
software.amazon.awscdk.services.codepipeline.CustomActionRegistration.Builder
Packages that use CustomActionRegistration.Builder
-
Uses of CustomActionRegistration.Builder in software.amazon.awscdk.services.codepipeline
Methods in software.amazon.awscdk.services.codepipeline that return CustomActionRegistration.BuilderModifier and TypeMethodDescriptionCustomActionRegistration.Builder.actionProperties(List<? extends CustomActionProperty> actionProperties) The properties used for customizing the instance of your Action.CustomActionRegistration.Builder.artifactBounds(ActionArtifactBounds artifactBounds) The artifact bounds of the Action.CustomActionRegistration.Builder.category(ActionCategory category) The category of the Action.The URL shown for the entire Action in the Pipeline UI.CustomActionRegistration.Builder.executionUrl(String executionUrl) The URL shown for a particular execution of an Action in the Pipeline UI.The provider of the Action.The version of your Action.