Struct aws_sdk_lexmodelsv2::model::associated_transcript::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for AssociatedTranscript.
Implementations§
source§impl Builder
impl Builder
sourcepub fn transcript(self, input: impl Into<String>) -> Self
pub fn transcript(self, input: impl Into<String>) -> Self
The content of the transcript that meets the search filter criteria. For the JSON format of the transcript, see Output transcript format.
sourcepub fn set_transcript(self, input: Option<String>) -> Self
pub fn set_transcript(self, input: Option<String>) -> Self
The content of the transcript that meets the search filter criteria. For the JSON format of the transcript, see Output transcript format.
sourcepub fn build(self) -> AssociatedTranscript
pub fn build(self) -> AssociatedTranscript
Consumes the builder and constructs a AssociatedTranscript.