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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DocumentClassifierSummary.BuilderdocumentClassifierName(String documentClassifierName)The name that you assigned the document classifier.DocumentClassifierSummary.BuilderlatestVersionCreatedAt(Instant latestVersionCreatedAt)The time that the latest document classifier version was submitted for processing.DocumentClassifierSummary.BuilderlatestVersionName(String latestVersionName)The version name you assigned to the latest document classifier version.DocumentClassifierSummary.BuilderlatestVersionStatus(String latestVersionStatus)Provides the status of the latest document classifier version.DocumentClassifierSummary.BuilderlatestVersionStatus(ModelStatus latestVersionStatus)Provides the status of the latest document classifier version.DocumentClassifierSummary.BuildernumberOfVersions(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 Detail
-
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:
ModelStatus,ModelStatus
-
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:
ModelStatus,ModelStatus
-
-