Uses of Interface
software.amazon.awssdk.services.lakeformation.model.AddObjectInput.Builder
-
Packages that use AddObjectInput.Builder Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of AddObjectInput.Builder in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return AddObjectInput.Builder Modifier and Type Method Description static AddObjectInput.BuilderAddObjectInput. builder()AddObjectInput.BuilderAddObjectInput.Builder. eTag(String eTag)The Amazon S3 ETag of the object.AddObjectInput.BuilderAddObjectInput.Builder. partitionValues(String... partitionValues)A list of partition values for the object.AddObjectInput.BuilderAddObjectInput.Builder. partitionValues(Collection<String> partitionValues)A list of partition values for the object.AddObjectInput.BuilderAddObjectInput.Builder. size(Long size)The size of the Amazon S3 object in bytes.AddObjectInput.BuilderAddObjectInput. toBuilder()AddObjectInput.BuilderAddObjectInput.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 AddObjectInput.Builder Modifier and Type Method Description static Class<? extends AddObjectInput.Builder>AddObjectInput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lakeformation.model with type arguments of type AddObjectInput.Builder Modifier and Type Method Description default WriteOperation.BuilderWriteOperation.Builder. addObject(Consumer<AddObjectInput.Builder> addObject)A new object to add to the governed table.
-