Struct aws_sdk_s3control::model::lambda_invoke_operation::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for LambdaInvokeOperation.
Implementations§
source§impl Builder
impl Builder
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.