#[non_exhaustive]pub struct LambdaConflictHandlerConfig { /* private fields */ }
Expand description
The LambdaConflictHandlerConfig
object when configuring LAMBDA
as the Conflict Handler.
Implementations§
source§impl LambdaConflictHandlerConfig
impl LambdaConflictHandlerConfig
sourcepub fn lambda_conflict_handler_arn(&self) -> Option<&str>
pub fn lambda_conflict_handler_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) for the Lambda function to use as the Conflict Handler.
source§impl LambdaConflictHandlerConfig
impl LambdaConflictHandlerConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LambdaConflictHandlerConfig
.
Trait Implementations§
source§impl Clone for LambdaConflictHandlerConfig
impl Clone for LambdaConflictHandlerConfig
source§fn clone(&self) -> LambdaConflictHandlerConfig
fn clone(&self) -> LambdaConflictHandlerConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for LambdaConflictHandlerConfig
impl Debug for LambdaConflictHandlerConfig
source§impl PartialEq<LambdaConflictHandlerConfig> for LambdaConflictHandlerConfig
impl PartialEq<LambdaConflictHandlerConfig> for LambdaConflictHandlerConfig
source§fn eq(&self, other: &LambdaConflictHandlerConfig) -> bool
fn eq(&self, other: &LambdaConflictHandlerConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.