Interface EntityRecognizerEntityList.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EntityRecognizerEntityList.Builder,EntityRecognizerEntityList>,SdkBuilder<EntityRecognizerEntityList.Builder,EntityRecognizerEntityList>,SdkPojo
- Enclosing class:
- EntityRecognizerEntityList
public static interface EntityRecognizerEntityList.Builder extends SdkPojo, CopyableBuilder<EntityRecognizerEntityList.Builder,EntityRecognizerEntityList>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntityRecognizerEntityList.Builders3Uri(String s3Uri)Specifies the Amazon S3 location where the entity list is 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
EntityRecognizerEntityList.Builder s3Uri(String s3Uri)
Specifies the Amazon S3 location where the entity list is 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 entity list is 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.
-
-