Uses of Class
software.amazon.awscdk.services.appsync.LambdaDataSourceProps.Builder
Packages that use LambdaDataSourceProps.Builder
-
Uses of LambdaDataSourceProps.Builder in software.amazon.awscdk.services.appsync
Methods in software.amazon.awscdk.services.appsync that return LambdaDataSourceProps.BuilderModifier 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()
Constructors in software.amazon.awscdk.services.appsync with parameters of type LambdaDataSourceProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(LambdaDataSourceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theLambdaDataSourceProps.Builder
.