| Package | Description |
|---|---|
| software.amazon.awssdk.services.appsync.model |
| Modifier and Type | Method and Description |
|---|---|
static SyncConfig.Builder |
SyncConfig.builder() |
SyncConfig.Builder |
SyncConfig.Builder.conflictDetection(ConflictDetectionType conflictDetection)
The Conflict Detection strategy to use.
|
SyncConfig.Builder |
SyncConfig.Builder.conflictDetection(String conflictDetection)
The Conflict Detection strategy to use.
|
SyncConfig.Builder |
SyncConfig.Builder.conflictHandler(ConflictHandlerType conflictHandler)
The Conflict Resolution strategy to perform in the event of a conflict.
|
SyncConfig.Builder |
SyncConfig.Builder.conflictHandler(String conflictHandler)
The Conflict Resolution strategy to perform in the event of a conflict.
|
default SyncConfig.Builder |
SyncConfig.Builder.lambdaConflictHandlerConfig(Consumer<LambdaConflictHandlerConfig.Builder> lambdaConflictHandlerConfig)
The
LambdaConflictHandlerConfig when configuring LAMBDA as the Conflict Handler. |
SyncConfig.Builder |
SyncConfig.Builder.lambdaConflictHandlerConfig(LambdaConflictHandlerConfig lambdaConflictHandlerConfig)
The
LambdaConflictHandlerConfig when configuring LAMBDA as the Conflict Handler. |
SyncConfig.Builder |
SyncConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SyncConfig.Builder> |
SyncConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateFunctionRequest.Builder |
CreateFunctionRequest.Builder.syncConfig(Consumer<SyncConfig.Builder> syncConfig)
Sets the value of the SyncConfig property for this object.
|
default UpdateResolverRequest.Builder |
UpdateResolverRequest.Builder.syncConfig(Consumer<SyncConfig.Builder> syncConfig)
The
SyncConfig for a resolver attached to a versioned data source. |
default UpdateFunctionRequest.Builder |
UpdateFunctionRequest.Builder.syncConfig(Consumer<SyncConfig.Builder> syncConfig)
Sets the value of the SyncConfig property for this object.
|
default Resolver.Builder |
Resolver.Builder.syncConfig(Consumer<SyncConfig.Builder> syncConfig)
The
SyncConfig for a resolver attached to a versioned data source. |
default FunctionConfiguration.Builder |
FunctionConfiguration.Builder.syncConfig(Consumer<SyncConfig.Builder> syncConfig)
Sets the value of the SyncConfig property for this object.
|
default CreateResolverRequest.Builder |
CreateResolverRequest.Builder.syncConfig(Consumer<SyncConfig.Builder> syncConfig)
The
SyncConfig for a resolver attached to a versioned data source. |
Copyright © 2023. All rights reserved.