Struct aws_sdk_lexmodelsv2::output::start_import_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for StartImportOutput
Implementations
A unique identifier for the import.
The parameters used when importing the bot or bot locale.
The parameters used when importing the bot or bot locale.
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 or bot alias is ready to use.
The current status of the import. When the status is Complete the bot or bot alias 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
