Interface AppsyncResolverSyncConfigLambdaConflictHandlerConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AppsyncResolverSyncConfigLambdaConflictHandlerConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:50.610Z") @Stability(Stable) public interface AppsyncResolverSyncConfigLambdaConflictHandlerConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAppsyncResolverSyncConfigLambdaConflictHandlerConfig.BuilderA builder forAppsyncResolverSyncConfigLambdaConflictHandlerConfigstatic classAppsyncResolverSyncConfigLambdaConflictHandlerConfig.Jsii$ProxyAn implementation forAppsyncResolverSyncConfigLambdaConflictHandlerConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static AppsyncResolverSyncConfigLambdaConflictHandlerConfig.Builderbuilder()default StringgetLambdaConflictHandlerArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appsync_resolver#lambda_conflict_handler_arn AppsyncResolver#lambda_conflict_handler_arn}.
-
-
-
Method Detail
-
getLambdaConflictHandlerArn
@Stability(Stable) @Nullable default String getLambdaConflictHandlerArn()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/appsync_resolver#lambda_conflict_handler_arn AppsyncResolver#lambda_conflict_handler_arn}.
-
builder
@Stability(Stable) static AppsyncResolverSyncConfigLambdaConflictHandlerConfig.Builder builder()
-
-