public static interface ExecutionTrigger.Builder extends SdkPojo, CopyableBuilder<ExecutionTrigger.Builder,ExecutionTrigger>
| Modifier and Type | Method and Description |
|---|---|
ExecutionTrigger.Builder |
triggerDetail(String triggerDetail)
Detail related to the event that started a pipeline execution, such as the webhook ARN of the webhook that
triggered the pipeline execution or the user ARN for a user-initiated
start-pipeline-execution
CLI command. |
ExecutionTrigger.Builder |
triggerType(String triggerType)
The type of change-detection method, command, or user interaction that started a pipeline execution.
|
ExecutionTrigger.Builder |
triggerType(TriggerType triggerType)
The type of change-detection method, command, or user interaction that started a pipeline execution.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExecutionTrigger.Builder triggerType(String triggerType)
The type of change-detection method, command, or user interaction that started a pipeline execution.
triggerType - The type of change-detection method, command, or user interaction that started a pipeline execution.TriggerType,
TriggerTypeExecutionTrigger.Builder triggerType(TriggerType triggerType)
The type of change-detection method, command, or user interaction that started a pipeline execution.
triggerType - The type of change-detection method, command, or user interaction that started a pipeline execution.TriggerType,
TriggerTypeExecutionTrigger.Builder triggerDetail(String triggerDetail)
Detail related to the event that started a pipeline execution, such as the webhook ARN of the webhook that
triggered the pipeline execution or the user ARN for a user-initiated start-pipeline-execution
CLI command.
triggerDetail - Detail related to the event that started a pipeline execution, such as the webhook ARN of the webhook
that triggered the pipeline execution or the user ARN for a user-initiated
start-pipeline-execution CLI command.Copyright © 2023. All rights reserved.