Uses of Interface
software.amazon.awssdk.services.lakeformation.model.TableObject.Builder
-
Packages that use TableObject.Builder Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of TableObject.Builder in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return TableObject.Builder Modifier and Type Method Description static TableObject.BuilderTableObject. builder()TableObject.BuilderTableObject.Builder. eTag(String eTag)The Amazon S3 ETag of the object.TableObject.BuilderTableObject.Builder. size(Long size)The size of the Amazon S3 object in bytes.TableObject.BuilderTableObject. toBuilder()TableObject.BuilderTableObject.Builder. uri(String uri)The Amazon S3 location of the object.Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type TableObject.Builder Modifier and Type Method Description static Class<? extends TableObject.Builder>TableObject. serializableBuilderClass()
-