Uses of Class
com.hashicorp.cdktf.providers.aws.appsync_resolver.AppsyncResolverSyncConfig.Builder
-
Packages that use AppsyncResolverSyncConfig.Builder Package Description com.hashicorp.cdktf.providers.aws.appsync_resolver aws_appsync_resolver -
-
Uses of AppsyncResolverSyncConfig.Builder in com.hashicorp.cdktf.providers.aws.appsync_resolver
Methods in com.hashicorp.cdktf.providers.aws.appsync_resolver that return AppsyncResolverSyncConfig.Builder Modifier and Type Method Description static AppsyncResolverSyncConfig.BuilderAppsyncResolverSyncConfig. builder()AppsyncResolverSyncConfig.BuilderAppsyncResolverSyncConfig.Builder. conflictDetection(String conflictDetection)Sets the value ofAppsyncResolverSyncConfig.getConflictDetection()AppsyncResolverSyncConfig.BuilderAppsyncResolverSyncConfig.Builder. conflictHandler(String conflictHandler)Sets the value ofAppsyncResolverSyncConfig.getConflictHandler()AppsyncResolverSyncConfig.BuilderAppsyncResolverSyncConfig.Builder. lambdaConflictHandlerConfig(AppsyncResolverSyncConfigLambdaConflictHandlerConfig lambdaConflictHandlerConfig)Sets the value ofAppsyncResolverSyncConfig.getLambdaConflictHandlerConfig()Constructors in com.hashicorp.cdktf.providers.aws.appsync_resolver with parameters of type AppsyncResolverSyncConfig.Builder Constructor Description Jsii$Proxy(AppsyncResolverSyncConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theAppsyncResolverSyncConfig.Builder.
-