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 Summary
Modifier and TypeMethodDescriptiondocumentClassifierName
(String documentClassifierName) The name that you assigned the document classifier.latestVersionCreatedAt
(Instant latestVersionCreatedAt) The time that the latest document classifier version was submitted for processing.latestVersionName
(String latestVersionName) The version name you assigned to the latest document classifier version.latestVersionStatus
(String latestVersionStatus) Provides the status of the latest document classifier version.latestVersionStatus
(ModelStatus latestVersionStatus) Provides the status of the latest document classifier version.numberOfVersions
(Integer numberOfVersions) The number of versions you created.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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
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
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
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
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:
-