Interface ExecutionTrigger.Builder

    • 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-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.