public static final class CfnResolver.SyncConfigProperty.Builder
extends java.lang.Object
CfnResolver.SyncConfigProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnResolver.SyncConfigProperty |
build()
Builds the configured instance.
|
CfnResolver.SyncConfigProperty.Builder |
conflictDetection(java.lang.String conflictDetection)
Sets the value of
CfnResolver.SyncConfigProperty.getConflictDetection() |
CfnResolver.SyncConfigProperty.Builder |
conflictHandler(java.lang.String conflictHandler)
Sets the value of
CfnResolver.SyncConfigProperty.getConflictHandler() |
CfnResolver.SyncConfigProperty.Builder |
lambdaConflictHandlerConfig(CfnResolver.LambdaConflictHandlerConfigProperty lambdaConflictHandlerConfig)
Sets the value of
CfnResolver.SyncConfigProperty.getLambdaConflictHandlerConfig() |
CfnResolver.SyncConfigProperty.Builder |
lambdaConflictHandlerConfig(IResolvable lambdaConflictHandlerConfig)
Sets the value of
CfnResolver.SyncConfigProperty.getLambdaConflictHandlerConfig() |
public CfnResolver.SyncConfigProperty.Builder conflictDetection(java.lang.String conflictDetection)
CfnResolver.SyncConfigProperty.getConflictDetection()
conflictDetection
- The Conflict Detection strategy to use. This parameter is required.
this
public CfnResolver.SyncConfigProperty.Builder conflictHandler(java.lang.String conflictHandler)
CfnResolver.SyncConfigProperty.getConflictHandler()
conflictHandler
- The Conflict Resolution strategy to perform in the event of a conflict.
LambdaConflictHandlerConfig
.this
public CfnResolver.SyncConfigProperty.Builder lambdaConflictHandlerConfig(IResolvable lambdaConflictHandlerConfig)
CfnResolver.SyncConfigProperty.getLambdaConflictHandlerConfig()
lambdaConflictHandlerConfig
- The `LambdaConflictHandlerConfig` when configuring `LAMBDA` as the Conflict Handler.this
public CfnResolver.SyncConfigProperty.Builder lambdaConflictHandlerConfig(CfnResolver.LambdaConflictHandlerConfigProperty lambdaConflictHandlerConfig)
CfnResolver.SyncConfigProperty.getLambdaConflictHandlerConfig()
lambdaConflictHandlerConfig
- The `LambdaConflictHandlerConfig` when configuring `LAMBDA` as the Conflict Handler.this
public CfnResolver.SyncConfigProperty build()
CfnResolver.SyncConfigProperty
java.lang.NullPointerException
- if any required attribute was not provided