@Stability(value=Stable) public static final class CfnResolver.SyncConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnResolver.SyncConfigProperty>
CfnResolver.SyncConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnResolver.SyncConfigProperty |
build()
Builds the configured instance.
|
CfnResolver.SyncConfigProperty.Builder |
conflictDetection(String conflictDetection)
Sets the value of
CfnResolver.SyncConfigProperty.getConflictDetection() |
CfnResolver.SyncConfigProperty.Builder |
conflictHandler(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() |
@Stability(value=Stable) public CfnResolver.SyncConfigProperty.Builder conflictDetection(String conflictDetection)
CfnResolver.SyncConfigProperty.getConflictDetection()conflictDetection - The Conflict Detection strategy to use. This parameter is required.
this@Stability(value=Stable) public CfnResolver.SyncConfigProperty.Builder conflictHandler(String conflictHandler)
CfnResolver.SyncConfigProperty.getConflictHandler()conflictHandler - The Conflict Resolution strategy to perform in the event of a conflict.
LambdaConflictHandlerConfig .this@Stability(value=Stable) public CfnResolver.SyncConfigProperty.Builder lambdaConflictHandlerConfig(CfnResolver.LambdaConflictHandlerConfigProperty lambdaConflictHandlerConfig)
CfnResolver.SyncConfigProperty.getLambdaConflictHandlerConfig()lambdaConflictHandlerConfig - The `LambdaConflictHandlerConfig` when configuring `LAMBDA` as the Conflict Handler.this@Stability(value=Stable) public CfnResolver.SyncConfigProperty.Builder lambdaConflictHandlerConfig(IResolvable lambdaConflictHandlerConfig)
CfnResolver.SyncConfigProperty.getLambdaConflictHandlerConfig()lambdaConflictHandlerConfig - The `LambdaConflictHandlerConfig` when configuring `LAMBDA` as the Conflict Handler.this@Stability(value=Stable) public CfnResolver.SyncConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnResolver.SyncConfigProperty>CfnResolver.SyncConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.