@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ParquetConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Contains the configuration information of the Parquet format.
Constructor and Description |
---|
ParquetConfiguration() |
Modifier and Type | Method and Description |
---|---|
ParquetConfiguration |
clone() |
boolean |
equals(Object obj) |
SchemaDefinition |
getSchemaDefinition()
Information needed to define a schema.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSchemaDefinition(SchemaDefinition schemaDefinition)
Information needed to define a schema.
|
String |
toString()
Returns a string representation of this object.
|
ParquetConfiguration |
withSchemaDefinition(SchemaDefinition schemaDefinition)
Information needed to define a schema.
|
public void setSchemaDefinition(SchemaDefinition schemaDefinition)
Information needed to define a schema.
schemaDefinition
- Information needed to define a schema.public SchemaDefinition getSchemaDefinition()
Information needed to define a schema.
public ParquetConfiguration withSchemaDefinition(SchemaDefinition schemaDefinition)
Information needed to define a schema.
schemaDefinition
- Information needed to define a schema.public String toString()
toString
in class Object
Object.toString()
public ParquetConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.