pub struct Builder { /* private fields */ }
Expand description
A builder for LambdaConflictHandlerConfig
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn lambda_conflict_handler_arn(self, input: impl Into<String>) -> Self
pub fn lambda_conflict_handler_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) for the Lambda function to use as the Conflict Handler.
sourcepub fn set_lambda_conflict_handler_arn(self, input: Option<String>) -> Self
pub fn set_lambda_conflict_handler_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) for the Lambda function to use as the Conflict Handler.
sourcepub fn build(self) -> LambdaConflictHandlerConfig
pub fn build(self) -> LambdaConflictHandlerConfig
Consumes the builder and constructs a LambdaConflictHandlerConfig
.