@Stability(value=Stable) public static final class CfnApplicationReferenceDataSourceV2.RecordFormatProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApplicationReferenceDataSourceV2.RecordFormatProperty>
CfnApplicationReferenceDataSourceV2.RecordFormatProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApplicationReferenceDataSourceV2.RecordFormatProperty |
build()
Builds the configured instance.
|
CfnApplicationReferenceDataSourceV2.RecordFormatProperty.Builder |
mappingParameters(CfnApplicationReferenceDataSourceV2.MappingParametersProperty mappingParameters)
|
CfnApplicationReferenceDataSourceV2.RecordFormatProperty.Builder |
mappingParameters(IResolvable mappingParameters)
|
CfnApplicationReferenceDataSourceV2.RecordFormatProperty.Builder |
recordFormatType(String recordFormatType)
|
@Stability(value=Stable) public CfnApplicationReferenceDataSourceV2.RecordFormatProperty.Builder recordFormatType(String recordFormatType)
recordFormatType - The type of record format. This parameter is required.this@Stability(value=Stable) public CfnApplicationReferenceDataSourceV2.RecordFormatProperty.Builder mappingParameters(IResolvable mappingParameters)
mappingParameters - When you configure application input at the time of creating or updating an application, provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source.this@Stability(value=Stable) public CfnApplicationReferenceDataSourceV2.RecordFormatProperty.Builder mappingParameters(CfnApplicationReferenceDataSourceV2.MappingParametersProperty mappingParameters)
mappingParameters - When you configure application input at the time of creating or updating an application, provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source.this@Stability(value=Stable) public CfnApplicationReferenceDataSourceV2.RecordFormatProperty build()
build in interface software.amazon.jsii.Builder<CfnApplicationReferenceDataSourceV2.RecordFormatProperty>CfnApplicationReferenceDataSourceV2.RecordFormatPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.