public static interface LambdaFunctionScheduledEventDetails.Builder extends CopyableBuilder<LambdaFunctionScheduledEventDetails.Builder,LambdaFunctionScheduledEventDetails>
| Modifier and Type | Method and Description |
|---|---|
LambdaFunctionScheduledEventDetails.Builder |
input(String input)
The JSON data input to the lambda function.
|
LambdaFunctionScheduledEventDetails.Builder |
resource(String resource)
The Amazon Resource Name (ARN) of the scheduled lambda function.
|
LambdaFunctionScheduledEventDetails.Builder |
timeoutInSeconds(Long timeoutInSeconds)
The maximum allowed duration of the lambda function.
|
copyapply, buildLambdaFunctionScheduledEventDetails.Builder resource(String resource)
The Amazon Resource Name (ARN) of the scheduled lambda function.
resource - The Amazon Resource Name (ARN) of the scheduled lambda function.LambdaFunctionScheduledEventDetails.Builder input(String input)
The JSON data input to the lambda function.
input - The JSON data input to the lambda function.LambdaFunctionScheduledEventDetails.Builder timeoutInSeconds(Long timeoutInSeconds)
The maximum allowed duration of the lambda function.
timeoutInSeconds - The maximum allowed duration of the lambda function.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.