Class CfnApplicationReferenceDataSourcePropsMixin.ReferenceSchemaProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kinesisanalytics.CfnApplicationReferenceDataSourcePropsMixin.ReferenceSchemaProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationReferenceDataSourcePropsMixin.ReferenceSchemaProperty>
- Enclosing interface:
CfnApplicationReferenceDataSourcePropsMixin.ReferenceSchemaProperty
@Stability(Stable)
public static final class CfnApplicationReferenceDataSourcePropsMixin.ReferenceSchemaProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationReferenceDataSourcePropsMixin.ReferenceSchemaProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.recordColumns(List<? extends Object> recordColumns) recordColumns(IResolvable recordColumns) recordEncoding(String recordEncoding) recordFormat(IResolvable recordFormat)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
recordColumns
@Stability(Stable) public CfnApplicationReferenceDataSourcePropsMixin.ReferenceSchemaProperty.Builder recordColumns(IResolvable recordColumns) Sets the value ofCfnApplicationReferenceDataSourcePropsMixin.ReferenceSchemaProperty.getRecordColumns()- Parameters:
recordColumns- A list of RecordColumn objects.- Returns:
this
-
recordColumns
@Stability(Stable) public CfnApplicationReferenceDataSourcePropsMixin.ReferenceSchemaProperty.Builder recordColumns(List<? extends Object> recordColumns) Sets the value ofCfnApplicationReferenceDataSourcePropsMixin.ReferenceSchemaProperty.getRecordColumns()- Parameters:
recordColumns- A list of RecordColumn objects.- Returns:
this
-
recordEncoding
@Stability(Stable) public CfnApplicationReferenceDataSourcePropsMixin.ReferenceSchemaProperty.Builder recordEncoding(String recordEncoding) Sets the value ofCfnApplicationReferenceDataSourcePropsMixin.ReferenceSchemaProperty.getRecordEncoding()- Parameters:
recordEncoding- Specifies the encoding of the records in the reference source. For example, UTF-8.- Returns:
this
-
recordFormat
@Stability(Stable) public CfnApplicationReferenceDataSourcePropsMixin.ReferenceSchemaProperty.Builder recordFormat(IResolvable recordFormat) Sets the value ofCfnApplicationReferenceDataSourcePropsMixin.ReferenceSchemaProperty.getRecordFormat()- Parameters:
recordFormat- Specifies the format of the records on the reference source.- Returns:
this
-
recordFormat
@Stability(Stable) public CfnApplicationReferenceDataSourcePropsMixin.ReferenceSchemaProperty.Builder recordFormat(CfnApplicationReferenceDataSourcePropsMixin.RecordFormatProperty recordFormat) Sets the value ofCfnApplicationReferenceDataSourcePropsMixin.ReferenceSchemaProperty.getRecordFormat()- Parameters:
recordFormat- Specifies the format of the records on the reference source.- Returns:
this
-
build
@Stability(Stable) public CfnApplicationReferenceDataSourcePropsMixin.ReferenceSchemaProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApplicationReferenceDataSourcePropsMixin.ReferenceSchemaProperty>- Returns:
- a new instance of
CfnApplicationReferenceDataSourcePropsMixin.ReferenceSchemaProperty - Throws:
NullPointerException- if any required attribute was not provided
-