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