Interface HiveJsonSerDe.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<HiveJsonSerDe.Builder,HiveJsonSerDe>,SdkBuilder<HiveJsonSerDe.Builder,HiveJsonSerDe>,SdkPojo
- Enclosing class:
- HiveJsonSerDe
public static interface HiveJsonSerDe.Builder extends SdkPojo, CopyableBuilder<HiveJsonSerDe.Builder,HiveJsonSerDe>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HiveJsonSerDe.BuildertimestampFormats(String... timestampFormats)Indicates how you want Kinesis Data Firehose to parse the date and timestamps that may be present in your input data JSON.HiveJsonSerDe.BuildertimestampFormats(Collection<String> timestampFormats)Indicates how you want Kinesis Data Firehose to parse the date and timestamps that may be present in your input data JSON.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
timestampFormats
HiveJsonSerDe.Builder timestampFormats(Collection<String> timestampFormats)
Indicates how you want Kinesis Data Firehose to parse the date and timestamps that may be present in your input data JSON. To specify these format strings, follow the pattern syntax of JodaTime's DateTimeFormat format strings. For more information, see Class DateTimeFormat. You can also use the special value
millisto parse timestamps in epoch milliseconds. If you don't specify a format, Kinesis Data Firehose usesjava.sql.Timestamp::valueOfby default.- Parameters:
timestampFormats- Indicates how you want Kinesis Data Firehose to parse the date and timestamps that may be present in your input data JSON. To specify these format strings, follow the pattern syntax of JodaTime's DateTimeFormat format strings. For more information, see Class DateTimeFormat. You can also use the special valuemillisto parse timestamps in epoch milliseconds. If you don't specify a format, Kinesis Data Firehose usesjava.sql.Timestamp::valueOfby default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timestampFormats
HiveJsonSerDe.Builder timestampFormats(String... timestampFormats)
Indicates how you want Kinesis Data Firehose to parse the date and timestamps that may be present in your input data JSON. To specify these format strings, follow the pattern syntax of JodaTime's DateTimeFormat format strings. For more information, see Class DateTimeFormat. You can also use the special value
millisto parse timestamps in epoch milliseconds. If you don't specify a format, Kinesis Data Firehose usesjava.sql.Timestamp::valueOfby default.- Parameters:
timestampFormats- Indicates how you want Kinesis Data Firehose to parse the date and timestamps that may be present in your input data JSON. To specify these format strings, follow the pattern syntax of JodaTime's DateTimeFormat format strings. For more information, see Class DateTimeFormat. You can also use the special valuemillisto parse timestamps in epoch milliseconds. If you don't specify a format, Kinesis Data Firehose usesjava.sql.Timestamp::valueOfby default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-