Uses of Interface
software.amazon.awssdk.services.glue.model.PartitionInput.Builder
-
Packages that use PartitionInput.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of PartitionInput.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return PartitionInput.Builder Modifier and Type Method Description static PartitionInput.BuilderPartitionInput. builder()PartitionInput.BuilderPartitionInput.Builder. lastAccessTime(Instant lastAccessTime)The last time at which the partition was accessed.PartitionInput.BuilderPartitionInput.Builder. lastAnalyzedTime(Instant lastAnalyzedTime)The last time at which column statistics were computed for this partition.PartitionInput.BuilderPartitionInput.Builder. parameters(Map<String,String> parameters)These key-value pairs define partition parameters.default PartitionInput.BuilderPartitionInput.Builder. storageDescriptor(Consumer<StorageDescriptor.Builder> storageDescriptor)Provides information about the physical location where the partition is stored.PartitionInput.BuilderPartitionInput.Builder. storageDescriptor(StorageDescriptor storageDescriptor)Provides information about the physical location where the partition is stored.PartitionInput.BuilderPartitionInput. toBuilder()PartitionInput.BuilderPartitionInput.Builder. values(String... values)The values of the partition.PartitionInput.BuilderPartitionInput.Builder. values(Collection<String> values)The values of the partition.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type PartitionInput.Builder Modifier and Type Method Description static Class<? extends PartitionInput.Builder>PartitionInput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type PartitionInput.Builder Modifier and Type Method Description default BatchUpdatePartitionRequestEntry.BuilderBatchUpdatePartitionRequestEntry.Builder. partitionInput(Consumer<PartitionInput.Builder> partitionInput)The structure used to update a partition.default CreatePartitionRequest.BuilderCreatePartitionRequest.Builder. partitionInput(Consumer<PartitionInput.Builder> partitionInput)APartitionInputstructure defining the partition to be created.default UpdatePartitionRequest.BuilderUpdatePartitionRequest.Builder. partitionInput(Consumer<PartitionInput.Builder> partitionInput)The new partition object to update the partition to.
-