Uses of Class
software.amazon.awscdk.services.codepipeline.CfnCustomActionType.Builder
Packages that use CfnCustomActionType.Builder
-
Uses of CfnCustomActionType.Builder in software.amazon.awscdk.services.codepipeline
Methods in software.amazon.awscdk.services.codepipeline that return CfnCustomActionType.BuilderModifier and TypeMethodDescriptionThe category of the custom action, such as a build action or a test action.CfnCustomActionType.Builder.configurationProperties(List<? extends Object> configurationProperties) The configuration properties for the custom action.CfnCustomActionType.Builder.configurationProperties(IResolvable configurationProperties) The configuration properties for the custom action.static CfnCustomActionType.BuilderCfnCustomActionType.Builder.inputArtifactDetails(IResolvable inputArtifactDetails) The details of the input artifact for the action, such as its commit ID.CfnCustomActionType.Builder.inputArtifactDetails(CfnCustomActionType.ArtifactDetailsProperty inputArtifactDetails) The details of the input artifact for the action, such as its commit ID.CfnCustomActionType.Builder.outputArtifactDetails(IResolvable outputArtifactDetails) The details of the output artifact of the action, such as its commit ID.CfnCustomActionType.Builder.outputArtifactDetails(CfnCustomActionType.ArtifactDetailsProperty outputArtifactDetails) The details of the output artifact of the action, such as its commit ID.The provider of the service used in the custom action, such as CodeDeploy.CfnCustomActionType.Builder.settings(IResolvable settings) URLs that provide users information about this custom action.CfnCustomActionType.Builder.settings(CfnCustomActionType.SettingsProperty settings) URLs that provide users information about this custom action.The tags for the custom action.The version identifier of the custom action.