Struct aws_sdk_appsync::model::lambda_data_source_config::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for LambdaDataSourceConfig
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn lambda_function_arn(self, input: impl Into<String>) -> Self
pub fn lambda_function_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) for the Lambda function.
sourcepub fn set_lambda_function_arn(self, input: Option<String>) -> Self
pub fn set_lambda_function_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) for the Lambda function.
sourcepub fn build(self) -> LambdaDataSourceConfig
pub fn build(self) -> LambdaDataSourceConfig
Consumes the builder and constructs a LambdaDataSourceConfig
.