| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionTrigger.Builder |
ExecutionTrigger.builder() |
ExecutionTrigger.Builder |
ExecutionTrigger.toBuilder() |
ExecutionTrigger.Builder |
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 |
ExecutionTrigger.Builder.triggerType(String triggerType)
The type of change-detection method, command, or user interaction that started a pipeline execution.
|
ExecutionTrigger.Builder |
ExecutionTrigger.Builder.triggerType(TriggerType triggerType)
The type of change-detection method, command, or user interaction that started a pipeline execution.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExecutionTrigger.Builder> |
ExecutionTrigger.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PipelineExecution.Builder |
PipelineExecution.Builder.trigger(Consumer<ExecutionTrigger.Builder> trigger)
Sets the value of the Trigger property for this object.
|
default PipelineExecutionSummary.Builder |
PipelineExecutionSummary.Builder.trigger(Consumer<ExecutionTrigger.Builder> trigger)
The interaction or event that started a pipeline execution, such as automated change detection or a
StartPipelineExecution API call. |
Copyright © 2023. All rights reserved.