Class PipeTargetLambdaFunctionParameters
- java.lang.Object
-
- software.amazon.awssdk.services.pipes.model.PipeTargetLambdaFunctionParameters
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PipeTargetLambdaFunctionParameters.Builder,PipeTargetLambdaFunctionParameters>
@Generated("software.amazon.awssdk:codegen") public final class PipeTargetLambdaFunctionParameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PipeTargetLambdaFunctionParameters.Builder,PipeTargetLambdaFunctionParameters>
The parameters for using a Lambda function as a target.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePipeTargetLambdaFunctionParameters.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PipeTargetLambdaFunctionParameters.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()PipeTargetInvocationTypeinvocationType()Specify whether to invoke the function synchronously or asynchronously.StringinvocationTypeAsString()Specify whether to invoke the function synchronously or asynchronously.List<SdkField<?>>sdkFields()static Class<? extends PipeTargetLambdaFunctionParameters.Builder>serializableBuilderClass()PipeTargetLambdaFunctionParameters.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
invocationType
public final 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.
If the service returns an enum value that is not available in the current SDK version,
invocationTypewill returnPipeTargetInvocationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominvocationTypeAsString().- Returns:
- 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.
-
- See Also:
PipeTargetInvocationType
-
-
invocationTypeAsString
public final String invocationTypeAsString()
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.
If the service returns an enum value that is not available in the current SDK version,
invocationTypewill returnPipeTargetInvocationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominvocationTypeAsString().- Returns:
- 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.
-
- See Also:
PipeTargetInvocationType
-
-
toBuilder
public PipeTargetLambdaFunctionParameters.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PipeTargetLambdaFunctionParameters.Builder,PipeTargetLambdaFunctionParameters>
-
builder
public static PipeTargetLambdaFunctionParameters.Builder builder()
-
serializableBuilderClass
public static Class<? extends PipeTargetLambdaFunctionParameters.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-