public class EntityRecognizerEntityList
extends java.lang.Object
implements java.io.Serializable
Describes the entity recognizer submitted with an entity recognizer.
Constructor and Description |
---|
EntityRecognizerEntityList() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getS3Uri()
Specifies the Amazon S3 location where the entity list is located.
|
int |
hashCode() |
void |
setS3Uri(java.lang.String s3Uri)
Specifies the Amazon S3 location where the entity list is located.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
EntityRecognizerEntityList |
withS3Uri(java.lang.String s3Uri)
Specifies the Amazon S3 location where the entity list is located.
|
public java.lang.String getS3Uri()
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.
Constraints:
Length: - 1024
Pattern: s3://[a-z0-9][\.\-a-z0-9]{1,61}[a-z0-9](/.*)?
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.
public void setS3Uri(java.lang.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.
Constraints:
Length: - 1024
Pattern: s3://[a-z0-9][\.\-a-z0-9]{1,61}[a-z0-9](/.*)?
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.
public EntityRecognizerEntityList withS3Uri(java.lang.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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 1024
Pattern: s3://[a-z0-9][\.\-a-z0-9]{1,61}[a-z0-9](/.*)?
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.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.