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