@Stability(value=Stable)
public static interface CfnResolver.SyncConfigProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.appsync.*;
SyncConfigProperty syncConfigProperty = SyncConfigProperty.builder()
.conflictDetection("conflictDetection")
// the properties below are optional
.conflictHandler("conflictHandler")
.lambdaConflictHandlerConfig(LambdaConflictHandlerConfigProperty.builder()
.lambdaConflictHandlerArn("lambdaConflictHandlerArn")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnResolver.SyncConfigProperty.Builder
A builder for
CfnResolver.SyncConfigProperty |
static class |
CfnResolver.SyncConfigProperty.Jsii$Proxy
An implementation for
CfnResolver.SyncConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnResolver.SyncConfigProperty.Builder |
builder() |
String |
getConflictDetection()
`CfnResolver.SyncConfigProperty.ConflictDetection`.
|
default String |
getConflictHandler()
`CfnResolver.SyncConfigProperty.ConflictHandler`.
|
default Object |
getLambdaConflictHandlerConfig()
`CfnResolver.SyncConfigProperty.LambdaConflictHandlerConfig`.
|
@Stability(value=Stable) @NotNull String getConflictDetection()
@Stability(value=Stable) @Nullable default String getConflictHandler()
@Stability(value=Stable) @Nullable default Object getLambdaConflictHandlerConfig()
@Stability(value=Stable) static CfnResolver.SyncConfigProperty.Builder builder()
Copyright © 2021. All rights reserved.