Uses of Class
software.amazon.awscdk.services.codepipeline.actions.CodeStarConnectionsSourceActionProps.Builder
-
Uses of CodeStarConnectionsSourceActionProps.Builder in software.amazon.awscdk.services.codepipeline.actions
Modifier and TypeMethodDescriptionCodeStarConnectionsSourceActionProps.Builder.actionName
(String actionName) Sets the value ofCommonActionProps.getActionName()
Sets the value ofCodeStarConnectionsSourceActionProps.getBranch()
CodeStarConnectionsSourceActionProps.builder()
CodeStarConnectionsSourceActionProps.Builder.codeBuildCloneOutput
(Boolean codeBuildCloneOutput) Sets the value ofCodeStarConnectionsSourceActionProps.getCodeBuildCloneOutput()
CodeStarConnectionsSourceActionProps.Builder.connectionArn
(String connectionArn) Sets the value ofCodeStarConnectionsSourceActionProps.getConnectionArn()
Sets the value ofCodeStarConnectionsSourceActionProps.getOutput()
Sets the value ofCodeStarConnectionsSourceActionProps.getOwner()
Sets the value ofCodeStarConnectionsSourceActionProps.getRepo()
Sets the value ofCommonAwsActionProps.getRole()
Sets the value ofCommonActionProps.getRunOrder()
CodeStarConnectionsSourceActionProps.Builder.triggerOnPush
(Boolean triggerOnPush) Sets the value ofCodeStarConnectionsSourceActionProps.getTriggerOnPush()
CodeStarConnectionsSourceActionProps.Builder.variablesNamespace
(String variablesNamespace) Sets the value ofCommonActionProps.getVariablesNamespace()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCodeStarConnectionsSourceActionProps.Builder
.