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