pub struct Builder { /* private fields */ }Expand description
A builder for EntityRecognizerEntityList.
Implementations§
source§impl Builder
impl Builder
sourcepub fn s3_uri(self, input: impl Into<String>) -> Self
pub fn s3_uri(self, input: impl Into<String>) -> Self
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.
sourcepub fn set_s3_uri(self, input: Option<String>) -> Self
pub fn set_s3_uri(self, input: Option<String>) -> Self
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.
sourcepub fn build(self) -> EntityRecognizerEntityList
pub fn build(self) -> EntityRecognizerEntityList
Consumes the builder and constructs a EntityRecognizerEntityList.