Interface StartJobResponse.Builder

  • Method Details

    • createdAt

      StartJobResponse.Builder createdAt(Instant createdAt)

      Job creation time in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sss.

      Parameters:
      createdAt - Job creation time in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sss.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobArn

      The Amazon Resource Name (ARN) for the job resource. Used when you need to specify a resource across all Amazon Web Services.

      Format example: arn:aws:geo:region:account-id:job/ExampleJob

      Parameters:
      jobArn - The Amazon Resource Name (ARN) for the job resource. Used when you need to specify a resource across all Amazon Web Services.

      Format example: arn:aws:geo:region:account-id:job/ExampleJob

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobId

      Unique job identifier.

      Parameters:
      jobId - Unique job identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      Initial job status (always "Pending" for new jobs).

      Parameters:
      status - Initial job status (always "Pending" for new jobs).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Initial job status (always "Pending" for new jobs).

      Parameters:
      status - Initial job status (always "Pending" for new jobs).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: