public static interface EngineVersion.Builder extends SdkPojo, CopyableBuilder<EngineVersion.Builder,EngineVersion>
| Modifier and Type | Method and Description |
|---|---|
EngineVersion.Builder |
effectiveEngineVersion(String effectiveEngineVersion)
Read only.
|
EngineVersion.Builder |
selectedEngineVersion(String selectedEngineVersion)
The engine version requested by the user.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEngineVersion.Builder selectedEngineVersion(String selectedEngineVersion)
The engine version requested by the user. Possible values are determined by the output of
ListEngineVersions, including AUTO. The default is AUTO.
selectedEngineVersion - The engine version requested by the user. Possible values are determined by the output of
ListEngineVersions, including AUTO. The default is AUTO.EngineVersion.Builder effectiveEngineVersion(String effectiveEngineVersion)
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.
effectiveEngineVersion - 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.Copyright © 2023. All rights reserved.