Interface ModelImportJobSummary.Builder

  • Method Details

    • jobArn

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

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

      The name of the import job.

      Parameters:
      jobName - The name of the import job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the imported job.

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

      The status of the imported job.

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

      ModelImportJobSummary.Builder lastModifiedTime(Instant lastModifiedTime)

      The time when the import job was last modified.

      Parameters:
      lastModifiedTime - The time when the import job was last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTime

      ModelImportJobSummary.Builder creationTime(Instant creationTime)

      The time import job was created.

      Parameters:
      creationTime - The time import job was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endTime

      The time when import job ended.

      Parameters:
      endTime - The time when import job ended.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • importedModelArn

      ModelImportJobSummary.Builder importedModelArn(String importedModelArn)

      The Amazon resource Name (ARN) of the imported model.

      Parameters:
      importedModelArn - The Amazon resource Name (ARN) of the imported model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • importedModelName

      ModelImportJobSummary.Builder importedModelName(String importedModelName)

      The name of the imported model.

      Parameters:
      importedModelName - The name of the imported model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.