Uses of Interface
software.amazon.awssdk.services.glue.model.TableVersionError.Builder
-
Packages that use TableVersionError.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of TableVersionError.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return TableVersionError.Builder Modifier and Type Method Description static TableVersionError.BuilderTableVersionError. builder()default TableVersionError.BuilderTableVersionError.Builder. errorDetail(Consumer<ErrorDetail.Builder> errorDetail)The details about the error.TableVersionError.BuilderTableVersionError.Builder. errorDetail(ErrorDetail errorDetail)The details about the error.TableVersionError.BuilderTableVersionError.Builder. tableName(String tableName)The name of the table in question.TableVersionError.BuilderTableVersionError. toBuilder()TableVersionError.BuilderTableVersionError.Builder. versionId(String versionId)The ID value of the version in question.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type TableVersionError.Builder Modifier and Type Method Description static Class<? extends TableVersionError.Builder>TableVersionError. serializableBuilderClass()
-