| Package | Description |
|---|---|
| software.amazon.awscdk.services.appsync |
AWS AppSync Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
LambdaDataSourceProps.Builder |
LambdaDataSourceProps.Builder.api(IGraphqlApi api)
Sets the value of
BaseDataSourceProps.getApi() |
static LambdaDataSourceProps.Builder |
LambdaDataSourceProps.builder() |
LambdaDataSourceProps.Builder |
LambdaDataSourceProps.Builder.description(String description)
Sets the value of
BaseDataSourceProps.getDescription() |
LambdaDataSourceProps.Builder |
LambdaDataSourceProps.Builder.lambdaFunction(IFunction lambdaFunction)
Sets the value of
LambdaDataSourceProps.getLambdaFunction() |
LambdaDataSourceProps.Builder |
LambdaDataSourceProps.Builder.name(String name)
Sets the value of
BaseDataSourceProps.getName() |
LambdaDataSourceProps.Builder |
LambdaDataSourceProps.Builder.serviceRole(IRole serviceRole)
Sets the value of
BackedDataSourceProps.getServiceRole() |
Copyright © 2021. All rights reserved.