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 that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #outputParameters(List) .outputParameters - a consumer that will call methods on List.Builder #outputParameters(List) Copyright © 2021. All rights reserved.