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
  • 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

      protected Jsii$Proxy(CfnResolver.SyncConfigProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnResolver.SyncConfigProperty.Builder.
  • Method Details

    • getConflictDetection

      public final String 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 interface CfnResolver.SyncConfigProperty
    • getConflictHandler

      public final String 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 interface CfnResolver.SyncConfigProperty
    • getLambdaConflictHandlerConfig

      public final Object getLambdaConflictHandlerConfig()
      Description copied from interface: CfnResolver.SyncConfigProperty
      The LambdaConflictHandlerConfig when configuring LAMBDA as the Conflict Handler.
      Specified by:
      getLambdaConflictHandlerConfig in interface CfnResolver.SyncConfigProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object