Uses of Class
software.amazon.awscdk.services.scheduler.targets.KinesisStreamPutRecordProps.Builder
Packages that use KinesisStreamPutRecordProps.Builder
Package
Description
Amazon EventBridge Scheduler Targets Construct Library
-
Uses of KinesisStreamPutRecordProps.Builder in software.amazon.awscdk.services.scheduler.targets
Methods in software.amazon.awscdk.services.scheduler.targets that return KinesisStreamPutRecordProps.BuilderModifier and TypeMethodDescriptionKinesisStreamPutRecordProps.builder()KinesisStreamPutRecordProps.Builder.deadLetterQueue(IQueue deadLetterQueue) Sets the value ofScheduleTargetBaseProps.getDeadLetterQueue()KinesisStreamPutRecordProps.Builder.input(ScheduleTargetInput input) Sets the value ofScheduleTargetBaseProps.getInput()KinesisStreamPutRecordProps.Builder.maxEventAge(Duration maxEventAge) Sets the value ofScheduleTargetBaseProps.getMaxEventAge()KinesisStreamPutRecordProps.Builder.partitionKey(String partitionKey) Sets the value ofKinesisStreamPutRecordProps.getPartitionKey()KinesisStreamPutRecordProps.Builder.retryAttempts(Number retryAttempts) Sets the value ofScheduleTargetBaseProps.getRetryAttempts()Sets the value ofScheduleTargetBaseProps.getRole()Constructors in software.amazon.awscdk.services.scheduler.targets with parameters of type KinesisStreamPutRecordProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theKinesisStreamPutRecordProps.Builder.