Uses of Class
software.amazon.awscdk.services.kinesis.Stream.Builder
-
Uses of Stream.Builder in software.amazon.awscdk.services.kinesis
Modifier and TypeMethodDescriptionstatic Stream.Builder
Stream.Builder.encryption
(StreamEncryption encryption) The kind of server-side encryption to apply to this stream.Stream.Builder.encryptionKey
(IKey encryptionKey) External KMS key to use for stream encryption.Stream.Builder.retentionPeriod
(Duration retentionPeriod) The number of hours for the data records that are stored in shards to remain accessible.Stream.Builder.shardCount
(Number shardCount) The number of shards for the stream.Stream.Builder.streamMode
(StreamMode streamMode) The capacity mode of this stream.Stream.Builder.streamName
(String streamName) Enforces a particular physical stream name.