Struct aws_sdk_lexmodelsv2::output::start_import_output::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for StartImportOutput
Implementations
A unique identifier for the import.
The parameters used when importing the resource.
The parameters used when importing the resource.
The strategy used when there was a name conflict between the imported resource and an existing resource. When the merge strategy is FailOnConflict existing resources are not overwritten and the import fails.
The strategy used when there was a name conflict between the imported resource and an existing resource. When the merge strategy is FailOnConflict existing resources are not overwritten and the import fails.
The current status of the import. When the status is Complete the bot, bot alias, or custom vocabulary is ready to use.
The current status of the import. When the status is Complete the bot, bot alias, or custom vocabulary is ready to use.
The date and time that the import request was created.
The date and time that the import request was created.
Consumes the builder and constructs a StartImportOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more