Struct aws_sdk_glue::model::schema_reference::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for SchemaReference
Implementations
A structure that contains schema identity fields. Either this or the SchemaVersionId has to be provided.
A structure that contains schema identity fields. Either this or the SchemaVersionId has to be provided.
The unique ID assigned to a version of the schema. Either this or the SchemaId has to be provided.
The unique ID assigned to a version of the schema. Either this or the SchemaId has to be provided.
The version number of the schema.
The version number of the schema.
Consumes the builder and constructs a SchemaReference
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
