@Stability(value=Experimental) public static final class DataProcessorProps.Builder extends Object implements software.amazon.jsii.Builder<DataProcessorProps>
DataProcessorProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
DataProcessorProps.Builder |
bufferInterval(Duration bufferInterval)
Sets the value of
DataProcessorProps.getBufferInterval() |
DataProcessorProps.Builder |
bufferSize(Size bufferSize)
Sets the value of
DataProcessorProps.getBufferSize() |
DataProcessorProps |
build()
Builds the configured instance.
|
DataProcessorProps.Builder |
retries(Number retries)
Sets the value of
DataProcessorProps.getRetries() |
@Stability(value=Experimental) public DataProcessorProps.Builder bufferInterval(Duration bufferInterval)
DataProcessorProps.getBufferInterval()bufferInterval - The length of time Kinesis Data Firehose will buffer incoming data before calling the processor.
sthis@Stability(value=Experimental) public DataProcessorProps.Builder bufferSize(Size bufferSize)
DataProcessorProps.getBufferSize()bufferSize - The amount of incoming data Kinesis Data Firehose will buffer before calling the processor.this@Stability(value=Experimental) public DataProcessorProps.Builder retries(Number retries)
DataProcessorProps.getRetries()retries - The number of times Kinesis Data Firehose will retry the processor invocation after a failure due to network timeout or invocation limits.this@Stability(value=Experimental) public DataProcessorProps build()
build in interface software.amazon.jsii.Builder<DataProcessorProps>DataProcessorPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.