| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
ExecutionTrigger |
PipelineExecution.trigger()
Returns the value of the Trigger property for this object.
|
ExecutionTrigger |
PipelineExecutionSummary.trigger()
The interaction or event that started a pipeline execution, such as automated change detection or a
StartPipelineExecution API call. |
| Modifier and Type | Method and Description |
|---|---|
PipelineExecution.Builder |
PipelineExecution.Builder.trigger(ExecutionTrigger trigger)
Sets the value of the Trigger property for this object.
|
PipelineExecutionSummary.Builder |
PipelineExecutionSummary.Builder.trigger(ExecutionTrigger 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.