Uses of Class
software.amazon.awscdk.services.codepipeline.CustomActionRegistrationProps.Builder
-
Uses of CustomActionRegistrationProps.Builder in software.amazon.awscdk.services.codepipeline
Modifier and TypeMethodDescriptionCustomActionRegistrationProps.Builder.actionProperties
(List<? extends CustomActionProperty> actionProperties) Sets the value ofCustomActionRegistrationProps.getActionProperties()
CustomActionRegistrationProps.Builder.artifactBounds
(ActionArtifactBounds artifactBounds) Sets the value ofCustomActionRegistrationProps.getArtifactBounds()
CustomActionRegistrationProps.builder()
CustomActionRegistrationProps.Builder.category
(ActionCategory category) Sets the value ofCustomActionRegistrationProps.getCategory()
Sets the value ofCustomActionRegistrationProps.getEntityUrl()
CustomActionRegistrationProps.Builder.executionUrl
(String executionUrl) Sets the value ofCustomActionRegistrationProps.getExecutionUrl()
Sets the value ofCustomActionRegistrationProps.getProvider()
Sets the value ofCustomActionRegistrationProps.getVersion()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCustomActionRegistrationProps.Builder
.