Struct aws_sdk_sagemaker::model::lambda_step_metadata::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for LambdaStepMetadata
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution.
sourcepub fn output_parameters(self, input: OutputParameter) -> Self
pub fn output_parameters(self, input: OutputParameter) -> Self
Appends an item to output_parameters
.
To override the contents of this collection use set_output_parameters
.
A list of the output parameters of the Lambda step.
sourcepub fn set_output_parameters(self, input: Option<Vec<OutputParameter>>) -> Self
pub fn set_output_parameters(self, input: Option<Vec<OutputParameter>>) -> Self
A list of the output parameters of the Lambda step.
sourcepub fn build(self) -> LambdaStepMetadata
pub fn build(self) -> LambdaStepMetadata
Consumes the builder and constructs a LambdaStepMetadata
.