Interface GetExecutionResponse.Builder

  • Method Details

    • executionId

      GetExecutionResponse.Builder executionId(String executionId)

      The ID for this specific execution.

      Parameters:
      executionId - The ID for this specific execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • executionStatus

      GetExecutionResponse.Builder executionStatus(ExecutionStatus executionStatus)

      The status of this specific execution.

      Parameters:
      executionStatus - The status of this specific execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • executionStatus

      default GetExecutionResponse.Builder executionStatus(Consumer<ExecutionStatus.Builder> executionStatus)

      The status of this specific execution.

      This is a convenience method that creates an instance of the ExecutionStatus.Builder avoiding the need to create one manually via ExecutionStatus.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to executionStatus(ExecutionStatus).

      Parameters:
      executionStatus - a consumer that will call methods on ExecutionStatus.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • export

      The export data for this specific execution. This export data is a snapshot from when the execution was generated. The data could be different from the current export data if the export was updated since the execution was generated.

      Parameters:
      export - The export data for this specific execution. This export data is a snapshot from when the execution was generated. The data could be different from the current export data if the export was updated since the execution was generated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • export

      The export data for this specific execution. This export data is a snapshot from when the execution was generated. The data could be different from the current export data if the export was updated since the execution was generated.

      This is a convenience method that creates an instance of the Export.Builder avoiding the need to create one manually via Export.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to export(Export).

      Parameters:
      export - a consumer that will call methods on Export.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: