@Stability(value=Stable) public static final class CfnApplication.InputSchemaProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApplication.InputSchemaProperty>
CfnApplication.InputSchemaProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApplication.InputSchemaProperty |
build()
Builds the configured instance.
|
CfnApplication.InputSchemaProperty.Builder |
recordColumns(IResolvable recordColumns)
Sets the value of
CfnApplication.InputSchemaProperty.getRecordColumns() |
CfnApplication.InputSchemaProperty.Builder |
recordColumns(List<? extends Object> recordColumns)
Sets the value of
CfnApplication.InputSchemaProperty.getRecordColumns() |
CfnApplication.InputSchemaProperty.Builder |
recordEncoding(String recordEncoding)
Sets the value of
CfnApplication.InputSchemaProperty.getRecordEncoding() |
CfnApplication.InputSchemaProperty.Builder |
recordFormat(CfnApplication.RecordFormatProperty recordFormat)
Sets the value of
CfnApplication.InputSchemaProperty.getRecordFormat() |
CfnApplication.InputSchemaProperty.Builder |
recordFormat(IResolvable recordFormat)
Sets the value of
CfnApplication.InputSchemaProperty.getRecordFormat() |
@Stability(value=Stable) public CfnApplication.InputSchemaProperty.Builder recordColumns(IResolvable recordColumns)
CfnApplication.InputSchemaProperty.getRecordColumns()recordColumns - A list of `RecordColumn` objects. This parameter is required.this@Stability(value=Stable) public CfnApplication.InputSchemaProperty.Builder recordColumns(List<? extends Object> recordColumns)
CfnApplication.InputSchemaProperty.getRecordColumns()recordColumns - A list of `RecordColumn` objects. This parameter is required.this@Stability(value=Stable) public CfnApplication.InputSchemaProperty.Builder recordFormat(IResolvable recordFormat)
CfnApplication.InputSchemaProperty.getRecordFormat()recordFormat - Specifies the format of the records on the streaming source. This parameter is required.this@Stability(value=Stable) public CfnApplication.InputSchemaProperty.Builder recordFormat(CfnApplication.RecordFormatProperty recordFormat)
CfnApplication.InputSchemaProperty.getRecordFormat()recordFormat - Specifies the format of the records on the streaming source. This parameter is required.this@Stability(value=Stable) public CfnApplication.InputSchemaProperty.Builder recordEncoding(String recordEncoding)
CfnApplication.InputSchemaProperty.getRecordEncoding()recordEncoding - Specifies the encoding of the records in the streaming source.
For example, UTF-8.this@Stability(value=Stable) public CfnApplication.InputSchemaProperty build()
build in interface software.amazon.jsii.Builder<CfnApplication.InputSchemaProperty>CfnApplication.InputSchemaPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.