Class CfnResolver.SyncConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appsync.CfnResolver.SyncConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnResolver.SyncConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnResolver.SyncConfigProperty
@Stability(Stable)
@Internal
public static final class CfnResolver.SyncConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnResolver.SyncConfigProperty
An implementation for
CfnResolver.SyncConfigProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appsync.CfnResolver.SyncConfigProperty
CfnResolver.SyncConfigProperty.Builder, CfnResolver.SyncConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnResolver.SyncConfigProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The Conflict Detection strategy to use.final String
The Conflict Resolution strategy to perform in the event of a conflict.final Object
TheLambdaConflictHandlerConfig
when configuringLAMBDA
as the Conflict Handler.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnResolver.SyncConfigProperty.Builder
.
-
-
Method Details
-
getConflictDetection
Description copied from interface:CfnResolver.SyncConfigProperty
The Conflict Detection strategy to use.- VERSION : Detect conflicts based on object versions for this resolver.
- NONE : Do not detect conflicts when invoking this resolver.
- Specified by:
getConflictDetection
in interfaceCfnResolver.SyncConfigProperty
-
getConflictHandler
Description copied from interface:CfnResolver.SyncConfigProperty
The Conflict Resolution strategy to perform in the event of a conflict.- OPTIMISTIC_CONCURRENCY : Resolve conflicts by rejecting mutations when versions don't match the latest version at the server.
- AUTOMERGE : Resolve conflicts with the Automerge conflict resolution strategy.
- LAMBDA : Resolve conflicts with an AWS Lambda function supplied in the
LambdaConflictHandlerConfig
.
- Specified by:
getConflictHandler
in interfaceCfnResolver.SyncConfigProperty
-
getLambdaConflictHandlerConfig
Description copied from interface:CfnResolver.SyncConfigProperty
TheLambdaConflictHandlerConfig
when configuringLAMBDA
as the Conflict Handler.- Specified by:
getLambdaConflictHandlerConfig
in interfaceCfnResolver.SyncConfigProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-