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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecutionTrigger.BuildertriggerDetail(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-executionCLI command.ExecutionTrigger.BuildertriggerType(String triggerType)The type of change-detection method, command, or user interaction that started a pipeline execution.ExecutionTrigger.BuildertriggerType(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
triggerType
ExecutionTrigger.Builder triggerType(String 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,TriggerType
-
triggerType
ExecutionTrigger.Builder triggerType(TriggerType 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,TriggerType
-
triggerDetail
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-executionCLI 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-executionCLI command.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-