Struct aws_sdk_s3control::model::aws_lambda_transformation::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for AwsLambdaTransformation.
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) of the Lambda function.
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) of the Lambda function.
sourcepub fn function_payload(self, input: impl Into<String>) -> Self
pub fn function_payload(self, input: impl Into<String>) -> Self
Additional JSON that provides supplemental data to the Lambda function used to transform objects.
sourcepub fn set_function_payload(self, input: Option<String>) -> Self
pub fn set_function_payload(self, input: Option<String>) -> Self
Additional JSON that provides supplemental data to the Lambda function used to transform objects.
sourcepub fn build(self) -> AwsLambdaTransformation
pub fn build(self) -> AwsLambdaTransformation
Consumes the builder and constructs a AwsLambdaTransformation.