Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.kinesis.CfnStreamMixinProps.Builder
Packages that use CfnStreamMixinProps.Builder
-
Uses of CfnStreamMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.kinesis
Methods in software.amazon.awscdk.cfnpropertymixins.services.kinesis that return CfnStreamMixinProps.BuilderModifier and TypeMethodDescriptionstatic CfnStreamMixinProps.BuilderCfnStreamMixinProps.builder()CfnStreamMixinProps.Builder.desiredShardLevelMetrics(List<String> desiredShardLevelMetrics) Sets the value ofCfnStreamMixinProps.getDesiredShardLevelMetrics()CfnStreamMixinProps.Builder.maxRecordSizeInKiB(Number maxRecordSizeInKiB) Sets the value ofCfnStreamMixinProps.getMaxRecordSizeInKiB()Sets the value ofCfnStreamMixinProps.getName()CfnStreamMixinProps.Builder.retentionPeriodHours(Number retentionPeriodHours) Sets the value ofCfnStreamMixinProps.getRetentionPeriodHours()CfnStreamMixinProps.Builder.shardCount(Number shardCount) Sets the value ofCfnStreamMixinProps.getShardCount()CfnStreamMixinProps.Builder.streamEncryption(CfnStreamPropsMixin.StreamEncryptionProperty streamEncryption) Sets the value ofCfnStreamMixinProps.getStreamEncryption()CfnStreamMixinProps.Builder.streamEncryption(IResolvable streamEncryption) Sets the value ofCfnStreamMixinProps.getStreamEncryption()CfnStreamMixinProps.Builder.streamModeDetails(CfnStreamPropsMixin.StreamModeDetailsProperty streamModeDetails) Sets the value ofCfnStreamMixinProps.getStreamModeDetails()CfnStreamMixinProps.Builder.streamModeDetails(IResolvable streamModeDetails) Sets the value ofCfnStreamMixinProps.getStreamModeDetails()Sets the value ofCfnStreamMixinProps.getTags()CfnStreamMixinProps.Builder.warmThroughputMiBps(Number warmThroughputMiBps) Sets the value ofCfnStreamMixinProps.getWarmThroughputMiBps()Constructors in software.amazon.awscdk.cfnpropertymixins.services.kinesis with parameters of type CfnStreamMixinProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnStreamMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnStreamMixinProps.Builder.