Uses of Class
software.amazon.awscdk.services.events.targets.RedshiftQueryProps.Builder
Package
Description
Event Targets for Amazon EventBridge
-
Uses of RedshiftQueryProps.Builder in software.amazon.awscdk.services.events.targets
Modifier and TypeMethodDescriptionstatic RedshiftQueryProps.Builder
RedshiftQueryProps.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()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(RedshiftQueryProps.Builder builder) Constructor that initializes the object based on literal property values passed by theRedshiftQueryProps.Builder
.