#[non_exhaustive]pub struct LambdaInvokeOperationBuilder { /* private fields */ }
Expand description
A builder for LambdaInvokeOperation
.
Implementations§
source§impl LambdaInvokeOperationBuilder
impl LambdaInvokeOperationBuilder
sourcepub fn function_arn(self, input: impl Into<String>) -> Self
pub fn function_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) for the Lambda function that the specified job will invoke on every object in the manifest.
sourcepub fn set_function_arn(self, input: Option<String>) -> Self
pub fn set_function_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) for the Lambda function that the specified job will invoke on every object in the manifest.
sourcepub fn build(self) -> LambdaInvokeOperation
pub fn build(self) -> LambdaInvokeOperation
Consumes the builder and constructs a LambdaInvokeOperation
.
Trait Implementations§
source§impl Clone for LambdaInvokeOperationBuilder
impl Clone for LambdaInvokeOperationBuilder
source§fn clone(&self) -> LambdaInvokeOperationBuilder
fn clone(&self) -> LambdaInvokeOperationBuilder
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 LambdaInvokeOperationBuilder
impl Debug for LambdaInvokeOperationBuilder
source§impl Default for LambdaInvokeOperationBuilder
impl Default for LambdaInvokeOperationBuilder
source§fn default() -> LambdaInvokeOperationBuilder
fn default() -> LambdaInvokeOperationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<LambdaInvokeOperationBuilder> for LambdaInvokeOperationBuilder
impl PartialEq<LambdaInvokeOperationBuilder> for LambdaInvokeOperationBuilder
source§fn eq(&self, other: &LambdaInvokeOperationBuilder) -> bool
fn eq(&self, other: &LambdaInvokeOperationBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.