Interface ModelImportJobSummary.Builder

    • Method Detail

      • jobArn

        ModelImportJobSummary.Builder jobArn​(String 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

        ModelImportJobSummary.Builder jobName​(String 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.
      • 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

        ModelImportJobSummary.Builder endTime​(Instant 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.