Uses of Class
software.amazon.awscdk.services.events.targets.RedshiftQueryProps.Builder
Packages that use RedshiftQueryProps.Builder
Package
Description
Event Targets for Amazon EventBridge
-
Uses of RedshiftQueryProps.Builder in software.amazon.awscdk.services.events.targets
Methods in software.amazon.awscdk.services.events.targets that return RedshiftQueryProps.BuilderModifier and TypeMethodDescriptionstatic RedshiftQueryProps.BuilderRedshiftQueryProps.builder()Sets the value ofRedshiftQueryProps.getDatabase()Sets the value ofRedshiftQueryProps.getDbUser()RedshiftQueryProps.Builder.deadLetterQueue(IQueue deadLetterQueue) Sets the value ofRedshiftQueryProps.getDeadLetterQueue()RedshiftQueryProps.Builder.input(RuleTargetInput input) Sets the value ofRedshiftQueryProps.getInput()Sets the value ofRedshiftQueryProps.getRole()Sets the value ofRedshiftQueryProps.getSecret()RedshiftQueryProps.Builder.sendEventBridgeEvent(Boolean sendEventBridgeEvent) Sets the value ofRedshiftQueryProps.getSendEventBridgeEvent()Sets the value ofRedshiftQueryProps.getSql()RedshiftQueryProps.Builder.statementName(String statementName) Sets the value ofRedshiftQueryProps.getStatementName()Constructors in software.amazon.awscdk.services.events.targets with parameters of type RedshiftQueryProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(RedshiftQueryProps.Builder builder) Constructor that initializes the object based on literal property values passed by theRedshiftQueryProps.Builder.