Struct aws_sdk_lexmodelsv2::model::import_summary::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for ImportSummary
Implementations
The unique identifier that Amazon Lex assigned to the import.
The unique identifier that Amazon Lex assigned to the import.
The unique identifier that Amazon Lex assigned to the imported resource.
The unique identifier that Amazon Lex assigned to the imported resource.
The name that you gave the imported resource.
The name that you gave the imported resource.
The status of the resource. When the status is Completed the resource is ready to build.
The status of the resource. When the status is Completed the resource is ready to build.
The strategy used to merge existing bot or bot locale definitions with the imported definition.
The strategy used to merge existing bot or bot locale definitions with the imported definition.
The date and time that the import was created.
The date and time that the import was created.
The date and time that the import was last updated.
The date and time that the import was last updated.
The type of resource that was imported.
The type of resource that was imported.
Consumes the builder and constructs a ImportSummary
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