Interface DocumentClassifierSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DocumentClassifierSummary.Builder,DocumentClassifierSummary>, SdkBuilder<DocumentClassifierSummary.Builder,DocumentClassifierSummary>, SdkPojo
Enclosing class:
DocumentClassifierSummary

public static interface DocumentClassifierSummary.Builder extends SdkPojo, CopyableBuilder<DocumentClassifierSummary.Builder,DocumentClassifierSummary>
  • Method Details

    • documentClassifierName

      DocumentClassifierSummary.Builder documentClassifierName(String documentClassifierName)

      The name that you assigned the document classifier.

      Parameters:
      documentClassifierName - The name that you assigned the document classifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • numberOfVersions

      DocumentClassifierSummary.Builder numberOfVersions(Integer numberOfVersions)

      The number of versions you created.

      Parameters:
      numberOfVersions - The number of versions you created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • latestVersionCreatedAt

      DocumentClassifierSummary.Builder latestVersionCreatedAt(Instant latestVersionCreatedAt)

      The time that the latest document classifier version was submitted for processing.

      Parameters:
      latestVersionCreatedAt - The time that the latest document classifier version was submitted for processing.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • latestVersionName

      DocumentClassifierSummary.Builder latestVersionName(String latestVersionName)

      The version name you assigned to the latest document classifier version.

      Parameters:
      latestVersionName - The version name you assigned to the latest document classifier version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • latestVersionStatus

      DocumentClassifierSummary.Builder latestVersionStatus(String latestVersionStatus)

      Provides the status of the latest document classifier version.

      Parameters:
      latestVersionStatus - Provides the status of the latest document classifier version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • latestVersionStatus

      DocumentClassifierSummary.Builder latestVersionStatus(ModelStatus latestVersionStatus)

      Provides the status of the latest document classifier version.

      Parameters:
      latestVersionStatus - Provides the status of the latest document classifier version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: