public static interface HiveJsonSerDe.Builder extends SdkPojo, CopyableBuilder<HiveJsonSerDe.Builder,HiveJsonSerDe>
Modifier and Type | Method and Description |
---|---|
HiveJsonSerDe.Builder |
timestampFormats(Collection<String> timestampFormats)
Indicates how you want Kinesis Data Firehose to parse the date and time stamps that may be present in your
input data JSON.
|
HiveJsonSerDe.Builder |
timestampFormats(String... timestampFormats)
Indicates how you want Kinesis Data Firehose to parse the date and time stamps that may be present in your
input data JSON.
|
copy
applyMutation, build
HiveJsonSerDe.Builder timestampFormats(Collection<String> timestampFormats)
Indicates how you want Kinesis Data Firehose to parse the date and time stamps 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 millis
to parse time stamps in epoch
milliseconds. If you don't specify a format, Kinesis Data Firehose uses
java.sql.Timestamp::valueOf
by default.
timestampFormats
- Indicates how you want Kinesis Data Firehose to parse the date and time stamps 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 millis
to parse time stamps in
epoch milliseconds. If you don't specify a format, Kinesis Data Firehose uses
java.sql.Timestamp::valueOf
by default.HiveJsonSerDe.Builder timestampFormats(String... timestampFormats)
Indicates how you want Kinesis Data Firehose to parse the date and time stamps 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 millis
to parse time stamps in epoch
milliseconds. If you don't specify a format, Kinesis Data Firehose uses
java.sql.Timestamp::valueOf
by default.
timestampFormats
- Indicates how you want Kinesis Data Firehose to parse the date and time stamps 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 millis
to parse time stamps in
epoch milliseconds. If you don't specify a format, Kinesis Data Firehose uses
java.sql.Timestamp::valueOf
by default.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.