Interface ExecutionTrigger.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExecutionTrigger.Builder,
,ExecutionTrigger> SdkBuilder<ExecutionTrigger.Builder,
,ExecutionTrigger> SdkPojo
- Enclosing class:
ExecutionTrigger
public static interface ExecutionTrigger.Builder
extends SdkPojo, CopyableBuilder<ExecutionTrigger.Builder,ExecutionTrigger>
-
Method Summary
Modifier and TypeMethodDescriptiontriggerDetail
(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-initiatedstart-pipeline-execution
CLI command.triggerType
(String triggerType) The type of change-detection method, command, or user interaction that started a pipeline execution.triggerType
(TriggerType triggerType) The type of change-detection method, command, or user interaction that started a pipeline execution.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
triggerType
The type of change-detection method, command, or user interaction that started a pipeline execution.
- Parameters:
triggerType
- The type of change-detection method, command, or user interaction that started a pipeline execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
triggerType
The type of change-detection method, command, or user interaction that started a pipeline execution.
- Parameters:
triggerType
- The type of change-detection method, command, or user interaction that started a pipeline execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.- Parameters:
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-initiatedstart-pipeline-execution
CLI command.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-