Struct aws_sdk_glue::model::table_version_error::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for TableVersionError
Implementations
The name of the table in question.
The name of the table in question.
The ID value of the version in question. A VersionID is a string representation of an integer. Each version is incremented by 1.
The ID value of the version in question. A VersionID is a string representation of an integer. Each version is incremented by 1.
The details about the error.
The details about the error.
Consumes the builder and constructs a TableVersionError
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
