@Stability(value=Stable) public static final class CfnApplication.RecordFormatProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApplication.RecordFormatProperty>
CfnApplication.RecordFormatProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApplication.RecordFormatProperty |
build()
Builds the configured instance.
|
CfnApplication.RecordFormatProperty.Builder |
mappingParameters(CfnApplication.MappingParametersProperty mappingParameters)
Sets the value of
CfnApplication.RecordFormatProperty.getMappingParameters() |
CfnApplication.RecordFormatProperty.Builder |
mappingParameters(IResolvable mappingParameters)
Sets the value of
CfnApplication.RecordFormatProperty.getMappingParameters() |
CfnApplication.RecordFormatProperty.Builder |
recordFormatType(String recordFormatType)
Sets the value of
CfnApplication.RecordFormatProperty.getRecordFormatType() |
@Stability(value=Stable) public CfnApplication.RecordFormatProperty.Builder recordFormatType(String recordFormatType)
CfnApplication.RecordFormatProperty.getRecordFormatType()recordFormatType - The type of record format. This parameter is required.this@Stability(value=Stable) public CfnApplication.RecordFormatProperty.Builder mappingParameters(IResolvable mappingParameters)
CfnApplication.RecordFormatProperty.getMappingParameters()mappingParameters - When configuring 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 CfnApplication.RecordFormatProperty.Builder mappingParameters(CfnApplication.MappingParametersProperty mappingParameters)
CfnApplication.RecordFormatProperty.getMappingParameters()mappingParameters - When configuring 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 CfnApplication.RecordFormatProperty build()
build in interface software.amazon.jsii.Builder<CfnApplication.RecordFormatProperty>CfnApplication.RecordFormatPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.