@Stability(value=Stable) public static final class CustomActionRegistrationProps.Builder extends Object implements software.amazon.jsii.Builder<CustomActionRegistrationProps>
CustomActionRegistrationProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CustomActionRegistrationProps.Builder artifactBounds(ActionArtifactBounds artifactBounds)
CustomActionRegistrationProps.getArtifactBounds()artifactBounds - The artifact bounds of the Action. This parameter is required.this@Stability(value=Stable) public CustomActionRegistrationProps.Builder category(ActionCategory category)
CustomActionRegistrationProps.getCategory()category - The category of the Action. This parameter is required.this@Stability(value=Stable) public CustomActionRegistrationProps.Builder provider(String provider)
CustomActionRegistrationProps.getProvider()provider - The provider of the Action. This parameter is required.
For example, 'MyCustomActionProvider'this@Stability(value=Stable) public CustomActionRegistrationProps.Builder actionProperties(List<? extends CustomActionProperty> actionProperties)
CustomActionRegistrationProps.getActionProperties()actionProperties - The properties used for customizing the instance of your Action.this@Stability(value=Stable) public CustomActionRegistrationProps.Builder entityUrl(String entityUrl)
CustomActionRegistrationProps.getEntityUrl()entityUrl - The URL shown for the entire Action in the Pipeline UI.this@Stability(value=Stable) public CustomActionRegistrationProps.Builder executionUrl(String executionUrl)
CustomActionRegistrationProps.getExecutionUrl()executionUrl - The URL shown for a particular execution of an Action in the Pipeline UI.this@Stability(value=Stable) public CustomActionRegistrationProps.Builder version(String version)
CustomActionRegistrationProps.getVersion()version - The version of your Action.this@Stability(value=Stable) public CustomActionRegistrationProps build()
build in interface software.amazon.jsii.Builder<CustomActionRegistrationProps>CustomActionRegistrationPropsNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.