Class InputFormatConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.firehose.model.InputFormatConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InputFormatConfiguration.Builder,InputFormatConfiguration>
@Generated("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. This parameter is required if
Enabledis set to true.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInputFormatConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InputFormatConfiguration.Builderbuilder()Deserializerdeserializer()Specifies which deserializer to use.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends InputFormatConfiguration.Builder>serializableBuilderClass()InputFormatConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
deserializer
public final 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.
- Returns:
- 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.
-
toBuilder
public InputFormatConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InputFormatConfiguration.Builder,InputFormatConfiguration>
-
builder
public static InputFormatConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends InputFormatConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-