@Stability(value=Stable)
public static interface CfnApplicationV2.RecordFormatProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.kinesisanalytics.*;
RecordFormatProperty recordFormatProperty = RecordFormatProperty.builder()
.recordFormatType("recordFormatType")
// the properties below are optional
.mappingParameters(MappingParametersProperty.builder()
.csvMappingParameters(CSVMappingParametersProperty.builder()
.recordColumnDelimiter("recordColumnDelimiter")
.recordRowDelimiter("recordRowDelimiter")
.build())
.jsonMappingParameters(JSONMappingParametersProperty.builder()
.recordRowPath("recordRowPath")
.build())
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApplicationV2.RecordFormatProperty.Builder
A builder for
CfnApplicationV2.RecordFormatProperty |
static class |
CfnApplicationV2.RecordFormatProperty.Jsii$Proxy
An implementation for
CfnApplicationV2.RecordFormatProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApplicationV2.RecordFormatProperty.Builder |
builder() |
default Object |
getMappingParameters()
`CfnApplicationV2.RecordFormatProperty.MappingParameters`.
|
String |
getRecordFormatType()
`CfnApplicationV2.RecordFormatProperty.RecordFormatType`.
|
@Stability(value=Stable) @Nullable default Object getMappingParameters()
@Stability(value=Stable) @NotNull String getRecordFormatType()
@Stability(value=Stable) static CfnApplicationV2.RecordFormatProperty.Builder builder()
Copyright © 2021. All rights reserved.