@Stability(value=Stable) public static final class CfnDeliveryStream.HiveJsonSerDeProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDeliveryStream.HiveJsonSerDeProperty>
CfnDeliveryStream.HiveJsonSerDeProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDeliveryStream.HiveJsonSerDeProperty |
build()
Builds the configured instance.
|
CfnDeliveryStream.HiveJsonSerDeProperty.Builder |
timestampFormats(List<String> timestampFormats)
Sets the value of
CfnDeliveryStream.HiveJsonSerDeProperty.getTimestampFormats() |
@Stability(value=Stable) public CfnDeliveryStream.HiveJsonSerDeProperty.Builder timestampFormats(List<String> timestampFormats)
CfnDeliveryStream.HiveJsonSerDeProperty.getTimestampFormats()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 millis to parse timestamps in epoch milliseconds. If you don't specify a format, Kinesis Data Firehose uses java.sql.Timestamp::valueOf by default.this@Stability(value=Stable) public CfnDeliveryStream.HiveJsonSerDeProperty build()
build in interface software.amazon.jsii.Builder<CfnDeliveryStream.HiveJsonSerDeProperty>CfnDeliveryStream.HiveJsonSerDePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.