Interface LambdaOutputDescription.Builder

All Superinterfaces:
Buildable, CopyableBuilder<LambdaOutputDescription.Builder,LambdaOutputDescription>, SdkBuilder<LambdaOutputDescription.Builder,LambdaOutputDescription>, SdkPojo
Enclosing class:
LambdaOutputDescription

public static interface LambdaOutputDescription.Builder extends SdkPojo, CopyableBuilder<LambdaOutputDescription.Builder,LambdaOutputDescription>
  • Method Details

    • resourceARN

      LambdaOutputDescription.Builder resourceARN(String resourceARN)

      Amazon Resource Name (ARN) of the destination Lambda function.

      Parameters:
      resourceARN - Amazon Resource Name (ARN) of the destination Lambda function.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • roleARN

      ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination function.

      Parameters:
      roleARN - ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination function.
      Returns:
      Returns a reference to this object so that method calls can be chained together.