| Package | Description |
|---|---|
| software.amazon.awscdk.services.kinesis |
Amazon Kinesis Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static StreamProps.Builder |
StreamProps.builder() |
StreamProps.Builder |
StreamProps.Builder.encryption(StreamEncryption encryption)
Sets the value of
StreamProps.getEncryption() |
StreamProps.Builder |
StreamProps.Builder.encryptionKey(IKey encryptionKey)
Sets the value of
StreamProps.getEncryptionKey() |
StreamProps.Builder |
StreamProps.Builder.retentionPeriod(Duration retentionPeriod)
Sets the value of
StreamProps.getRetentionPeriod() |
StreamProps.Builder |
StreamProps.Builder.shardCount(Number shardCount)
Sets the value of
StreamProps.getShardCount() |
StreamProps.Builder |
StreamProps.Builder.streamMode(StreamMode streamMode)
Sets the value of
StreamProps.getStreamMode() |
StreamProps.Builder |
StreamProps.Builder.streamName(String streamName)
Sets the value of
StreamProps.getStreamName() |
| Constructor and Description |
|---|
Jsii$Proxy(StreamProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
StreamProps.Builder. |
Copyright © 2022. All rights reserved.