Uses of Class
software.amazon.awscdk.services.appsync.LambdaDataSourceProps.Builder
-
Uses of LambdaDataSourceProps.Builder in software.amazon.awscdk.services.appsync
Modifier and TypeMethodDescriptionLambdaDataSourceProps.Builder.api
(IGraphqlApi api) Sets the value ofBaseDataSourceProps.getApi()
LambdaDataSourceProps.builder()
LambdaDataSourceProps.Builder.description
(String description) Sets the value ofBaseDataSourceProps.getDescription()
LambdaDataSourceProps.Builder.lambdaFunction
(IFunction lambdaFunction) Sets the value ofLambdaDataSourceProps.getLambdaFunction()
Sets the value ofBaseDataSourceProps.getName()
LambdaDataSourceProps.Builder.serviceRole
(IRole serviceRole) Sets the value ofBackedDataSourceProps.getServiceRole()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(LambdaDataSourceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theLambdaDataSourceProps.Builder
.