Struct aws_sdk_athena::model::engine_version::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for EngineVersion
Implementations
The engine version requested by the user. Possible values are determined by the output
of ListEngineVersions, including Auto. The default is Auto.
The engine version requested by the user. Possible values are determined by the output
of ListEngineVersions, including Auto. The default is Auto.
Read only. The engine version on which the query runs. If the user requests a valid
engine version other than Auto, the effective engine version is the same as the engine
version that the user requested. If the user requests Auto, the effective engine version
is chosen by Athena. When a request to update the engine version is made by
a CreateWorkGroup or UpdateWorkGroup operation, the
EffectiveEngineVersion field is ignored.
Read only. The engine version on which the query runs. If the user requests a valid
engine version other than Auto, the effective engine version is the same as the engine
version that the user requested. If the user requests Auto, the effective engine version
is chosen by Athena. When a request to update the engine version is made by
a CreateWorkGroup or UpdateWorkGroup operation, the
EffectiveEngineVersion field is ignored.
Consumes the builder and constructs a EngineVersion
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
