Interface DocumentClassifierDocuments.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DocumentClassifierDocuments.Builder,DocumentClassifierDocuments>,SdkBuilder<DocumentClassifierDocuments.Builder,DocumentClassifierDocuments>,SdkPojo
- Enclosing class:
- DocumentClassifierDocuments
public static interface DocumentClassifierDocuments.Builder extends SdkPojo, CopyableBuilder<DocumentClassifierDocuments.Builder,DocumentClassifierDocuments>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DocumentClassifierDocuments.Builders3Uri(String s3Uri)The S3 URI location of the training documents specified in the S3Uri CSV file.DocumentClassifierDocuments.BuildertestS3Uri(String testS3Uri)The S3 URI location of the test documents included in the TestS3Uri CSV file.-
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
-
s3Uri
DocumentClassifierDocuments.Builder s3Uri(String s3Uri)
The S3 URI location of the training documents specified in the S3Uri CSV file.
- Parameters:
s3Uri- The S3 URI location of the training documents specified in the S3Uri CSV file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testS3Uri
DocumentClassifierDocuments.Builder testS3Uri(String testS3Uri)
The S3 URI location of the test documents included in the TestS3Uri CSV file. This field is not required if you do not specify a test CSV file.
- Parameters:
testS3Uri- The S3 URI location of the test documents included in the TestS3Uri CSV file. This field is not required if you do not specify a test CSV file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-