pub struct Builder { /* private fields */ }Expand description
A builder for CreateEntityRecognizerOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn entity_recognizer_arn(self, input: impl Into<String>) -> Self
pub fn entity_recognizer_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) that identifies the entity recognizer.
sourcepub fn set_entity_recognizer_arn(self, input: Option<String>) -> Self
pub fn set_entity_recognizer_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) that identifies the entity recognizer.
sourcepub fn build(self) -> CreateEntityRecognizerOutput
pub fn build(self) -> CreateEntityRecognizerOutput
Consumes the builder and constructs a CreateEntityRecognizerOutput.