@Stability(value=Stable)
public static interface CfnApplication.InputParallelismProperty
extends software.amazon.jsii.JsiiSerializable
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 Number |
getCount()
Number of in-application streams to create.
|
@Stability(value=Stable) @Nullable default Number getCount()
For more information, see Limits .
@Stability(value=Stable) static CfnApplication.InputParallelismProperty.Builder builder()
Copyright © 2022. All rights reserved.