Uses of Class
software.amazon.awscdk.services.events.targets.AppSyncGraphQLApiProps.Builder
Package
Description
Event Targets for Amazon EventBridge
-
Uses of AppSyncGraphQLApiProps.Builder in software.amazon.awscdk.services.events.targets
Modifier and TypeMethodDescriptionAppSyncGraphQLApiProps.builder()
AppSyncGraphQLApiProps.Builder.deadLetterQueue
(IQueue deadLetterQueue) Sets the value ofTargetBaseProps.getDeadLetterQueue()
Sets the value ofAppSyncGraphQLApiProps.getEventRole()
AppSyncGraphQLApiProps.Builder.graphQlOperation
(String graphQlOperation) Sets the value ofinvalid @link
AppSyncGraphQLApiProps#getGraphQlOperation
AppSyncGraphQLApiProps.Builder.maxEventAge
(Duration maxEventAge) Sets the value ofTargetBaseProps.getMaxEventAge()
AppSyncGraphQLApiProps.Builder.retryAttempts
(Number retryAttempts) Sets the value ofTargetBaseProps.getRetryAttempts()
AppSyncGraphQLApiProps.Builder.variables
(RuleTargetInput variables) Sets the value ofAppSyncGraphQLApiProps.getVariables()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(AppSyncGraphQLApiProps.Builder builder) Constructor that initializes the object based on literal property values passed by theAppSyncGraphQLApiProps.Builder
.