Interface EntityRecognizerAnnotations.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EntityRecognizerAnnotations.Builder,EntityRecognizerAnnotations>,SdkBuilder<EntityRecognizerAnnotations.Builder,EntityRecognizerAnnotations>,SdkPojo
- Enclosing class:
- EntityRecognizerAnnotations
public static interface EntityRecognizerAnnotations.Builder extends SdkPojo, CopyableBuilder<EntityRecognizerAnnotations.Builder,EntityRecognizerAnnotations>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntityRecognizerAnnotations.Builders3Uri(String s3Uri)Specifies the Amazon S3 location where the annotations for an entity recognizer are located.EntityRecognizerAnnotations.BuildertestS3Uri(String testS3Uri)Specifies the Amazon S3 location where the test annotations for an entity recognizer are located.-
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
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testS3Uri
EntityRecognizerAnnotations.Builder testS3Uri(String testS3Uri)
Specifies the Amazon S3 location where the test annotations for an entity recognizer are located. The URI must be in the same Region as the API endpoint that you are calling.
- Parameters:
testS3Uri- Specifies the Amazon S3 location where the test annotations for an entity recognizer are located. The URI must be in the same Region as the API endpoint that you are calling.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-