public static interface EntityRecognizerAnnotations.Builder extends SdkPojo, CopyableBuilder<EntityRecognizerAnnotations.Builder,EntityRecognizerAnnotations>
Modifier and Type | Method and Description |
---|---|
EntityRecognizerAnnotations.Builder |
s3Uri(String s3Uri)
Specifies the Amazon S3 location where the annotations for an entity recognizer are located.
|
copy
applyMutation, build
EntityRecognizerAnnotations.Builder s3Uri(String s3Uri)
Specifies the Amazon S3 location where the annotations for an entity recognizer are located. The URI must be in the same region as the API endpoint that you are calling.
s3Uri
- Specifies the Amazon S3 location where the annotations for an entity recognizer are located. The URI
must be in the same region as the API endpoint that you are calling.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.