public static interface InvalidLambdaFunctionException.Builder extends CopyableBuilder<InvalidLambdaFunctionException.Builder,InvalidLambdaFunctionException>
Modifier and Type | Method and Description |
---|---|
InvalidLambdaFunctionException.Builder |
functionArn(String functionArn)
Indicates that the ARN of the function was not found.
|
InvalidLambdaFunctionException.Builder |
message(String message) |
copy
apply, build
InvalidLambdaFunctionException.Builder functionArn(String functionArn)
Indicates that the ARN of the function was not found.
functionArn
- Indicates that the ARN of the function was not found.InvalidLambdaFunctionException.Builder message(String message)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.