Interface PipeTargetLambdaFunctionParameters.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PipeTargetLambdaFunctionParameters.Builder,PipeTargetLambdaFunctionParameters>,SdkBuilder<PipeTargetLambdaFunctionParameters.Builder,PipeTargetLambdaFunctionParameters>,SdkPojo
- Enclosing class:
- PipeTargetLambdaFunctionParameters
public static interface PipeTargetLambdaFunctionParameters.Builder extends SdkPojo, CopyableBuilder<PipeTargetLambdaFunctionParameters.Builder,PipeTargetLambdaFunctionParameters>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PipeTargetLambdaFunctionParameters.BuilderinvocationType(String invocationType)Specify whether to invoke the function synchronously or asynchronously.PipeTargetLambdaFunctionParameters.BuilderinvocationType(PipeTargetInvocationType invocationType)Specify whether to invoke the function synchronously or asynchronously.-
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
-
invocationType
PipeTargetLambdaFunctionParameters.Builder invocationType(String invocationType)
Specify whether to invoke the function synchronously or asynchronously.
-
REQUEST_RESPONSE(default) - Invoke synchronously. This corresponds to theRequestResponseoption in theInvocationTypeparameter for the Lambda Invoke API. -
FIRE_AND_FORGET- Invoke asynchronously. This corresponds to theEventoption in theInvocationTypeparameter for the Lambda Invoke API.
For more information, see Invocation types in the Amazon EventBridge User Guide.
- Parameters:
invocationType- Specify whether to invoke the function synchronously or asynchronously.-
REQUEST_RESPONSE(default) - Invoke synchronously. This corresponds to theRequestResponseoption in theInvocationTypeparameter for the Lambda Invoke API. -
FIRE_AND_FORGET- Invoke asynchronously. This corresponds to theEventoption in theInvocationTypeparameter for the Lambda Invoke API.
For more information, see Invocation types in the Amazon EventBridge User Guide.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PipeTargetInvocationType,PipeTargetInvocationType
-
-
invocationType
PipeTargetLambdaFunctionParameters.Builder invocationType(PipeTargetInvocationType invocationType)
Specify whether to invoke the function synchronously or asynchronously.
-
REQUEST_RESPONSE(default) - Invoke synchronously. This corresponds to theRequestResponseoption in theInvocationTypeparameter for the Lambda Invoke API. -
FIRE_AND_FORGET- Invoke asynchronously. This corresponds to theEventoption in theInvocationTypeparameter for the Lambda Invoke API.
For more information, see Invocation types in the Amazon EventBridge User Guide.
- Parameters:
invocationType- Specify whether to invoke the function synchronously or asynchronously.-
REQUEST_RESPONSE(default) - Invoke synchronously. This corresponds to theRequestResponseoption in theInvocationTypeparameter for the Lambda Invoke API. -
FIRE_AND_FORGET- Invoke asynchronously. This corresponds to theEventoption in theInvocationTypeparameter for the Lambda Invoke API.
For more information, see Invocation types in the Amazon EventBridge User Guide.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PipeTargetInvocationType,PipeTargetInvocationType
-
-
-