Interface VariantImportJobItem.Builder

  • Method Details

    • id

      The job's ID.

      Parameters:
      id - The job's ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • destinationName

      VariantImportJobItem.Builder destinationName(String destinationName)

      The job's destination variant store.

      Parameters:
      destinationName - The job's destination variant store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • roleArn

      The job's service role ARN.

      Parameters:
      roleArn - The job's service role ARN.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The job's status.

      Parameters:
      status - The job's status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The job's status.

      Parameters:
      status - The job's status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • creationTime

      VariantImportJobItem.Builder creationTime(Instant creationTime)

      When the job was created.

      Parameters:
      creationTime - When the job was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updateTime

      VariantImportJobItem.Builder updateTime(Instant updateTime)

      When the job was updated.

      Parameters:
      updateTime - When the job was updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • completionTime

      VariantImportJobItem.Builder completionTime(Instant completionTime)

      When the job completed.

      Parameters:
      completionTime - When the job completed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • runLeftNormalization

      VariantImportJobItem.Builder runLeftNormalization(Boolean runLeftNormalization)

      The job's left normalization setting.

      Parameters:
      runLeftNormalization - The job's left normalization setting.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • annotationFields

      VariantImportJobItem.Builder annotationFields(Map<String,String> annotationFields)

      The annotation schema generated by the parsed annotation data.

      Parameters:
      annotationFields - The annotation schema generated by the parsed annotation data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.