Uses of Interface
software.amazon.awssdk.services.appsync.model.SyncConfig.Builder
-
Packages that use SyncConfig.Builder Package Description software.amazon.awssdk.services.appsync.model -
-
Uses of SyncConfig.Builder in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return SyncConfig.Builder Modifier and Type Method Description static SyncConfig.BuilderSyncConfig. builder()SyncConfig.BuilderSyncConfig.Builder. conflictDetection(String conflictDetection)The Conflict Detection strategy to use.SyncConfig.BuilderSyncConfig.Builder. conflictDetection(ConflictDetectionType conflictDetection)The Conflict Detection strategy to use.SyncConfig.BuilderSyncConfig.Builder. conflictHandler(String conflictHandler)The Conflict Resolution strategy to perform in the event of a conflict.SyncConfig.BuilderSyncConfig.Builder. conflictHandler(ConflictHandlerType conflictHandler)The Conflict Resolution strategy to perform in the event of a conflict.default SyncConfig.BuilderSyncConfig.Builder. lambdaConflictHandlerConfig(Consumer<LambdaConflictHandlerConfig.Builder> lambdaConflictHandlerConfig)TheLambdaConflictHandlerConfigwhen configuringLAMBDAas the Conflict Handler.SyncConfig.BuilderSyncConfig.Builder. lambdaConflictHandlerConfig(LambdaConflictHandlerConfig lambdaConflictHandlerConfig)TheLambdaConflictHandlerConfigwhen configuringLAMBDAas the Conflict Handler.SyncConfig.BuilderSyncConfig. toBuilder()Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type SyncConfig.Builder Modifier and Type Method Description static Class<? extends SyncConfig.Builder>SyncConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appsync.model with type arguments of type SyncConfig.Builder Modifier and Type Method Description default CreateFunctionRequest.BuilderCreateFunctionRequest.Builder. syncConfig(Consumer<SyncConfig.Builder> syncConfig)Sets the value of the SyncConfig property for this object.default CreateResolverRequest.BuilderCreateResolverRequest.Builder. syncConfig(Consumer<SyncConfig.Builder> syncConfig)TheSyncConfigfor a resolver attached to a versioned data source.default FunctionConfiguration.BuilderFunctionConfiguration.Builder. syncConfig(Consumer<SyncConfig.Builder> syncConfig)Sets the value of the SyncConfig property for this object.default Resolver.BuilderResolver.Builder. syncConfig(Consumer<SyncConfig.Builder> syncConfig)TheSyncConfigfor a resolver attached to a versioned data source.default UpdateFunctionRequest.BuilderUpdateFunctionRequest.Builder. syncConfig(Consumer<SyncConfig.Builder> syncConfig)Sets the value of the SyncConfig property for this object.default UpdateResolverRequest.BuilderUpdateResolverRequest.Builder. syncConfig(Consumer<SyncConfig.Builder> syncConfig)TheSyncConfigfor a resolver attached to a versioned data source.
-