Interface StartSearchJobResponse.Builder

  • Method Details

    • searchJobArn

      StartSearchJobResponse.Builder searchJobArn(String searchJobArn)

      The unique string that identifies the Amazon Resource Name (ARN) of the specified search job.

      Parameters:
      searchJobArn - The unique string that identifies the Amazon Resource Name (ARN) of the specified search job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTime

      StartSearchJobResponse.Builder creationTime(Instant creationTime)

      The date and time that a job was created, in Unix format and Coordinated Universal Time (UTC). The value of CompletionTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

      Parameters:
      creationTime - The date and time that a job was created, in Unix format and Coordinated Universal Time (UTC). The value of CompletionTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • searchJobIdentifier

      StartSearchJobResponse.Builder searchJobIdentifier(String searchJobIdentifier)

      The unique string that specifies the search job.

      Parameters:
      searchJobIdentifier - The unique string that specifies the search job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.