Java com.amazonaws.services.glue.model PartitionInput fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.glue.model PartitionInput fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.glue.model PartitionInput.

The text is from its open source code.

Constructor

Method

java.util.MapgetParameters()

These key-value pairs define partition parameters.

voidsetParameters(java.util.Map parameters)

These key-value pairs define partition parameters.

voidsetStorageDescriptor(StorageDescriptor storageDescriptor)

Provides information about the physical location where the partition is stored.

voidsetValues(java.util.Collection values)

The values of the partition.