public static interface CfnApplicationOutputV2.DestinationSchemaProperty
Example:
// 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.*; DestinationSchemaProperty destinationSchemaProperty = DestinationSchemaProperty.builder() .recordFormatType("recordFormatType") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnApplicationOutputV2.DestinationSchemaProperty.Builder
A builder for
CfnApplicationOutputV2.DestinationSchemaProperty |
static class |
CfnApplicationOutputV2.DestinationSchemaProperty.Jsii$Proxy
An implementation for
CfnApplicationOutputV2.DestinationSchemaProperty |
Modifier and Type | Method and Description |
---|---|
static CfnApplicationOutputV2.DestinationSchemaProperty.Builder |
builder() |
default java.lang.String |
getRecordFormatType()
Specifies the format of the records on the output stream.
|
default java.lang.String getRecordFormatType()
static CfnApplicationOutputV2.DestinationSchemaProperty.Builder builder()