Uses of Class
software.amazon.awscdk.services.qldb.CfnStreamProps.Builder
Packages that use CfnStreamProps.Builder
-
Uses of CfnStreamProps.Builder in software.amazon.awscdk.services.qldb
Methods in software.amazon.awscdk.services.qldb that return CfnStreamProps.BuilderModifier and TypeMethodDescriptionstatic CfnStreamProps.Builder
CfnStreamProps.builder()
CfnStreamProps.Builder.exclusiveEndTime
(String exclusiveEndTime) Sets the value ofCfnStreamProps.getExclusiveEndTime()
CfnStreamProps.Builder.inclusiveStartTime
(String inclusiveStartTime) Sets the value ofCfnStreamProps.getInclusiveStartTime()
CfnStreamProps.Builder.kinesisConfiguration
(IResolvable kinesisConfiguration) Sets the value ofCfnStreamProps.getKinesisConfiguration()
CfnStreamProps.Builder.kinesisConfiguration
(CfnStream.KinesisConfigurationProperty kinesisConfiguration) Sets the value ofCfnStreamProps.getKinesisConfiguration()
CfnStreamProps.Builder.ledgerName
(String ledgerName) Sets the value ofCfnStreamProps.getLedgerName()
Sets the value ofCfnStreamProps.getRoleArn()
CfnStreamProps.Builder.streamName
(String streamName) Sets the value ofCfnStreamProps.getStreamName()
Sets the value ofCfnStreamProps.getTags()
Constructors in software.amazon.awscdk.services.qldb with parameters of type CfnStreamProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnStreamProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnStreamProps.Builder
.