public static interface LambdaStepMetadata.Builder extends SdkPojo, CopyableBuilder<LambdaStepMetadata.Builder,LambdaStepMetadata>
| Modifier and Type | Method and Description |
|---|---|
LambdaStepMetadata.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution.
|
LambdaStepMetadata.Builder |
outputParameters(Collection<OutputParameter> outputParameters)
A list of the output parameters of the Lambda step.
|
LambdaStepMetadata.Builder |
outputParameters(Consumer<OutputParameter.Builder>... outputParameters)
A list of the output parameters of the Lambda step.
|
LambdaStepMetadata.Builder |
outputParameters(OutputParameter... outputParameters)
A list of the output parameters of the Lambda step.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLambdaStepMetadata.Builder arn(String arn)
The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution.
arn - The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution.LambdaStepMetadata.Builder outputParameters(Collection<OutputParameter> outputParameters)
A list of the output parameters of the Lambda step.
outputParameters - A list of the output parameters of the Lambda step.LambdaStepMetadata.Builder outputParameters(OutputParameter... outputParameters)
A list of the output parameters of the Lambda step.
outputParameters - A list of the output parameters of the Lambda step.LambdaStepMetadata.Builder outputParameters(Consumer<OutputParameter.Builder>... outputParameters)
A list of the output parameters of the Lambda step.
This is a convenience method that creates an instance of theOutputParameter.Builder avoiding the need to create
one manually via OutputParameter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #outputParameters(List.
outputParameters - a consumer that will call methods on
OutputParameter.Builder#outputParameters(java.util.Collection) Copyright © 2022. All rights reserved.