Interface DatasetEntityRecognizerEntityList.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DatasetEntityRecognizerEntityList.Builder,DatasetEntityRecognizerEntityList>,SdkBuilder<DatasetEntityRecognizerEntityList.Builder,DatasetEntityRecognizerEntityList>,SdkPojo
- Enclosing class:
- DatasetEntityRecognizerEntityList
public static interface DatasetEntityRecognizerEntityList.Builder extends SdkPojo, CopyableBuilder<DatasetEntityRecognizerEntityList.Builder,DatasetEntityRecognizerEntityList>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DatasetEntityRecognizerEntityList.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
DatasetEntityRecognizerEntityList.Builder s3Uri(String s3Uri)
Specifies the Amazon S3 location where the entity list is located.
- Parameters:
s3Uri- Specifies the Amazon S3 location where the entity list is located.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-