Class RecordDeAggregationProcessorOptions.Builder
java.lang.Object
software.amazon.awscdk.services.kinesisfirehose.RecordDeAggregationProcessorOptions.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<RecordDeAggregationProcessorOptions>
- Enclosing interface:
RecordDeAggregationProcessorOptions
@Stability(Stable)
public static final class RecordDeAggregationProcessorOptions.Builder
extends Object
implements software.amazon.jsii.Builder<RecordDeAggregationProcessorOptions>
A builder for
RecordDeAggregationProcessorOptions-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofRecordDeAggregationProcessorOptions.getDelimiter()subRecordType(SubRecordType subRecordType) Sets the value ofRecordDeAggregationProcessorOptions.getSubRecordType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
subRecordType
@Stability(Stable) public RecordDeAggregationProcessorOptions.Builder subRecordType(SubRecordType subRecordType) Sets the value ofRecordDeAggregationProcessorOptions.getSubRecordType()- Parameters:
subRecordType- The sub-record type to deaggregate input records. This parameter is required.- Returns:
this
-
delimiter
Sets the value ofRecordDeAggregationProcessorOptions.getDelimiter()- Parameters:
delimiter- The custom delimiter when subRecordType is DELIMITED. Must be specified in the base64-encoded format.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<RecordDeAggregationProcessorOptions>- Returns:
- a new instance of
RecordDeAggregationProcessorOptions - Throws:
NullPointerException- if any required attribute was not provided
-