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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LambdaOutputDescription.BuilderresourceARN(String resourceARN)The Amazon Resource Name (ARN) of the destination Lambda function.LambdaOutputDescription.BuilderroleARN(String roleARN)The ARN of the IAM role that Kinesis Data Analytics can assume to write to the destination function.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
resourceARN
LambdaOutputDescription.Builder resourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the destination Lambda function.
- Parameters:
resourceARN- The 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
LambdaOutputDescription.Builder roleARN(String roleARN)
The ARN of the IAM role that Kinesis Data Analytics can assume to write to the destination function.
Provided for backward compatibility. Applications that are created with the current API version have an application-level service execution role rather than a resource-level role.
- Parameters:
roleARN- The ARN of the IAM role that Kinesis Data Analytics can assume to write to the destination function.Provided for backward compatibility. Applications that are created with the current API version have an application-level service execution role rather than a resource-level role.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-