Uses of Interface
software.amazon.awssdk.services.appsync.model.LambdaConflictHandlerConfig.Builder
-
Packages that use LambdaConflictHandlerConfig.Builder Package Description software.amazon.awssdk.services.appsync.model -
-
Uses of LambdaConflictHandlerConfig.Builder in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return LambdaConflictHandlerConfig.Builder Modifier and Type Method Description static LambdaConflictHandlerConfig.BuilderLambdaConflictHandlerConfig. builder()LambdaConflictHandlerConfig.BuilderLambdaConflictHandlerConfig.Builder. lambdaConflictHandlerArn(String lambdaConflictHandlerArn)The Amazon Resource Name (ARN) for the Lambda function to use as the Conflict Handler.LambdaConflictHandlerConfig.BuilderLambdaConflictHandlerConfig. toBuilder()Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type LambdaConflictHandlerConfig.Builder Modifier and Type Method Description static Class<? extends LambdaConflictHandlerConfig.Builder>LambdaConflictHandlerConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appsync.model with type arguments of type LambdaConflictHandlerConfig.Builder Modifier and Type Method Description default SyncConfig.BuilderSyncConfig.Builder. lambdaConflictHandlerConfig(Consumer<LambdaConflictHandlerConfig.Builder> lambdaConflictHandlerConfig)TheLambdaConflictHandlerConfigwhen configuringLAMBDAas the Conflict Handler.
-