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 Details

    • 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

      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:
    • 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-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-initiated start-pipeline-execution CLI command.
      Returns:
      Returns a reference to this object so that method calls can be chained together.