Interface PutFunctionRecursionConfigResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<PutFunctionRecursionConfigResponse.Builder,
,PutFunctionRecursionConfigResponse> LambdaResponse.Builder
,SdkBuilder<PutFunctionRecursionConfigResponse.Builder,
,PutFunctionRecursionConfigResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
PutFunctionRecursionConfigResponse
-
Method Summary
Modifier and TypeMethodDescriptionrecursiveLoop
(String recursiveLoop) The status of your function's recursive loop detection configuration.recursiveLoop
(RecursiveLoop recursiveLoop) The status of your function's recursive loop detection configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.lambda.model.LambdaResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
recursiveLoop
The status of your function's recursive loop detection configuration.
When this value is set to
Allow
and Lambda detects your function being invoked as part of a recursive loop, it doesn't take any action.When this value is set to
Terminate
and Lambda detects your function being invoked as part of a recursive loop, it stops your function being invoked and notifies you.- Parameters:
recursiveLoop
- The status of your function's recursive loop detection configuration.When this value is set to
Allow
and Lambda detects your function being invoked as part of a recursive loop, it doesn't take any action.When this value is set to
Terminate
and Lambda detects your function being invoked as part of a recursive loop, it stops your function being invoked and notifies you.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
recursiveLoop
The status of your function's recursive loop detection configuration.
When this value is set to
Allow
and Lambda detects your function being invoked as part of a recursive loop, it doesn't take any action.When this value is set to
Terminate
and Lambda detects your function being invoked as part of a recursive loop, it stops your function being invoked and notifies you.- Parameters:
recursiveLoop
- The status of your function's recursive loop detection configuration.When this value is set to
Allow
and Lambda detects your function being invoked as part of a recursive loop, it doesn't take any action.When this value is set to
Terminate
and Lambda detects your function being invoked as part of a recursive loop, it stops your function being invoked and notifies you.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-