Interface LambdaStepMetadata.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<LambdaStepMetadata.Builder,,LambdaStepMetadata> SdkBuilder<LambdaStepMetadata.Builder,,LambdaStepMetadata> SdkPojo
- Enclosing class:
 LambdaStepMetadata
public static interface LambdaStepMetadata.Builder
extends SdkPojo, CopyableBuilder<LambdaStepMetadata.Builder,LambdaStepMetadata> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the Lambda function that was run by this step execution.outputParameters(Collection<OutputParameter> outputParameters) A list of the output parameters of the Lambda step.outputParameters(Consumer<OutputParameter.Builder>... outputParameters) A list of the output parameters of the Lambda step.outputParameters(OutputParameter... outputParameters) A list of the output parameters of the Lambda step.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
arn
The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution.
- Parameters:
 arn- The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
outputParameters
A list of the output parameters of the Lambda step.
- Parameters:
 outputParameters- A list of the output parameters of the Lambda step.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
outputParameters
A list of the output parameters of the Lambda step.
- Parameters:
 outputParameters- A list of the output parameters of the Lambda step.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
outputParameters
A list of the output parameters of the Lambda step.
This is a convenience method that creates an instance of theOutputParameter.Builderavoiding the need to create one manually viaOutputParameter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooutputParameters(List<OutputParameter>).- Parameters:
 outputParameters- a consumer that will call methods onOutputParameter.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -