public static interface CfnApplication.InputParallelismProperty
For information about parallelism, see Configuring Application Input .
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.kinesisanalytics.*; InputParallelismProperty inputParallelismProperty = InputParallelismProperty.builder() .count(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnApplication.InputParallelismProperty.Builder
A builder for
CfnApplication.InputParallelismProperty |
static class |
CfnApplication.InputParallelismProperty.Jsii$Proxy
An implementation for
CfnApplication.InputParallelismProperty |
Modifier and Type | Method and Description |
---|---|
static CfnApplication.InputParallelismProperty.Builder |
builder() |
default java.lang.Number |
getCount()
Number of in-application streams to create.
|
default java.lang.Number getCount()
For more information, see Limits .
static CfnApplication.InputParallelismProperty.Builder builder()