Interface DescribeAutomationJobResponse.Builder

  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the automation job.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the automation job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      The time that the automation job was created.

      Parameters:
      createdAt - The time that the automation job was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startedAt

      The time that the automation job started running.

      Parameters:
      startedAt - The time that the automation job started running.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endedAt

      The time that the automation job finished running.

      Parameters:
      endedAt - The time that the automation job finished running.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobStatus

      The current status of the automation job.

      Parameters:
      jobStatus - The current status of the automation job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • jobStatus

      The current status of the automation job.

      Parameters:
      jobStatus - The current status of the automation job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • inputPayload

      DescribeAutomationJobResponse.Builder inputPayload(String inputPayload)

      The input payload that was provided when the automation job was started. This field is only included when IncludeInputPayload is set to true in the request.

      Parameters:
      inputPayload - The input payload that was provided when the automation job was started. This field is only included when IncludeInputPayload is set to true in the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outputPayload

      DescribeAutomationJobResponse.Builder outputPayload(String outputPayload)

      The output payload that was generated by the automation job. This field is only included when IncludeOutputPayload is set to true in the request.

      Parameters:
      outputPayload - The output payload that was generated by the automation job. This field is only included when IncludeOutputPayload is set to true in the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • requestId

      The Amazon Web Services request ID for this operation.

      Parameters:
      requestId - The Amazon Web Services request ID for this operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.