@Generated(value="software.amazon.awssdk:codegen") public final class InputFormatConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InputFormatConfiguration.Builder,InputFormatConfiguration>
Specifies the deserializer you want to use to convert the format of the input data.
Modifier and Type | Class and Description |
---|---|
static interface |
InputFormatConfiguration.Builder |
Modifier and Type | Method and Description |
---|---|
static InputFormatConfiguration.Builder |
builder() |
Deserializer |
deserializer()
Specifies which deserializer to use.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends InputFormatConfiguration.Builder> |
serializableBuilderClass() |
InputFormatConfiguration.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Deserializer deserializer()
Specifies which deserializer to use. You can choose either the Apache Hive JSON SerDe or the OpenX JSON SerDe. If both are non-null, the server rejects the request.
public InputFormatConfiguration.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<InputFormatConfiguration.Builder,InputFormatConfiguration>
public static InputFormatConfiguration.Builder builder()
public static Class<? extends InputFormatConfiguration.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.