Interface LambdaStepMetadata.Builder

    • Method Detail

      • arn

        LambdaStepMetadata.Builder arn​(String 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

        LambdaStepMetadata.Builder outputParameters​(Collection<OutputParameter> 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

        LambdaStepMetadata.Builder outputParameters​(OutputParameter... 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.