Uses of Class
software.amazon.awscdk.services.appsync.DynamoDbDataSourceProps.Builder
-
Uses of DynamoDbDataSourceProps.Builder in software.amazon.awscdk.services.appsync
Modifier and TypeMethodDescriptionDynamoDbDataSourceProps.Builder.api
(IGraphqlApi api) Sets the value ofBaseDataSourceProps.getApi()
DynamoDbDataSourceProps.builder()
DynamoDbDataSourceProps.Builder.description
(String description) Sets the value ofBaseDataSourceProps.getDescription()
Sets the value ofBaseDataSourceProps.getName()
DynamoDbDataSourceProps.Builder.readOnlyAccess
(Boolean readOnlyAccess) Sets the value ofDynamoDbDataSourceProps.getReadOnlyAccess()
DynamoDbDataSourceProps.Builder.serviceRole
(IRole serviceRole) Sets the value ofBackedDataSourceProps.getServiceRole()
Sets the value ofDynamoDbDataSourceProps.getTable()
DynamoDbDataSourceProps.Builder.useCallerCredentials
(Boolean useCallerCredentials) Sets the value ofDynamoDbDataSourceProps.getUseCallerCredentials()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theDynamoDbDataSourceProps.Builder
.