Struct aws_sdk_lexmodelsv2::model::external_source_setting::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for ExternalSourceSetting.
Implementations§
source§impl Builder
impl Builder
sourcepub fn grammar_slot_type_setting(self, input: GrammarSlotTypeSetting) -> Self
pub fn grammar_slot_type_setting(self, input: GrammarSlotTypeSetting) -> Self
Settings required for a slot type based on a grammar that you provide.
sourcepub fn set_grammar_slot_type_setting(
self,
input: Option<GrammarSlotTypeSetting>
) -> Self
pub fn set_grammar_slot_type_setting(
self,
input: Option<GrammarSlotTypeSetting>
) -> Self
Settings required for a slot type based on a grammar that you provide.
sourcepub fn build(self) -> ExternalSourceSetting
pub fn build(self) -> ExternalSourceSetting
Consumes the builder and constructs a ExternalSourceSetting.