Uses of Enum Class
software.amazon.awscdk.services.iot.actions.alpha.FirehoseRecordSeparator
-
Uses of FirehoseRecordSeparator in software.amazon.awscdk.services.iot.actions.alpha
Methods in software.amazon.awscdk.services.iot.actions.alpha that return FirehoseRecordSeparatorModifier and TypeMethodDescriptiondefault FirehoseRecordSeparatorFirehosePutRecordActionProps.getRecordSeparator()(experimental) A character separator that will be used to separate records written to the Kinesis Data Firehose stream.final FirehoseRecordSeparatorFirehosePutRecordActionProps.Jsii$Proxy.getRecordSeparator()static FirehoseRecordSeparatorReturns the enum constant of this class with the specified name.static FirehoseRecordSeparator[]FirehoseRecordSeparator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.iot.actions.alpha with parameters of type FirehoseRecordSeparatorModifier and TypeMethodDescriptionFirehosePutRecordAction.Builder.recordSeparator(FirehoseRecordSeparator recordSeparator) (experimental) A character separator that will be used to separate records written to the Kinesis Data Firehose stream.FirehosePutRecordActionProps.Builder.recordSeparator(FirehoseRecordSeparator recordSeparator) Sets the value ofFirehosePutRecordActionProps.getRecordSeparator()