Class FunctionEventInvokeConfig
- java.lang.Object
-
- software.amazon.awssdk.services.lambda.model.FunctionEventInvokeConfig
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<FunctionEventInvokeConfig.Builder,FunctionEventInvokeConfig>
@Generated("software.amazon.awssdk:codegen") public final class FunctionEventInvokeConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FunctionEventInvokeConfig.Builder,FunctionEventInvokeConfig>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
FunctionEventInvokeConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FunctionEventInvokeConfig.Builder
builder()
DestinationConfig
destinationConfig()
A destination for events after they have been sent to a function for processing.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
String
functionArn()
The Amazon Resource Name (ARN) of the function.<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Instant
lastModified()
The date and time that the configuration was last updated.Integer
maximumEventAgeInSeconds()
The maximum age of a request that Lambda sends to a function for processing.Integer
maximumRetryAttempts()
The maximum number of times to retry when the function returns an error.List<SdkField<?>>
sdkFields()
static Class<? extends FunctionEventInvokeConfig.Builder>
serializableBuilderClass()
FunctionEventInvokeConfig.Builder
toBuilder()
String
toString()
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
-
lastModified
public final Instant lastModified()
The date and time that the configuration was last updated.
- Returns:
- The date and time that the configuration was last updated.
-
functionArn
public final String functionArn()
The Amazon Resource Name (ARN) of the function.
- Returns:
- The Amazon Resource Name (ARN) of the function.
-
maximumRetryAttempts
public final Integer maximumRetryAttempts()
The maximum number of times to retry when the function returns an error.
- Returns:
- The maximum number of times to retry when the function returns an error.
-
maximumEventAgeInSeconds
public final Integer maximumEventAgeInSeconds()
The maximum age of a request that Lambda sends to a function for processing.
- Returns:
- The maximum age of a request that Lambda sends to a function for processing.
-
destinationConfig
public final DestinationConfig destinationConfig()
A destination for events after they have been sent to a function for processing.
Destinations
-
Function - The Amazon Resource Name (ARN) of a Lambda function.
-
Queue - The ARN of a standard SQS queue.
-
Topic - The ARN of a standard SNS topic.
-
Event Bus - The ARN of an Amazon EventBridge event bus.
- Returns:
- A destination for events after they have been sent to a function for processing.
Destinations
-
Function - The Amazon Resource Name (ARN) of a Lambda function.
-
Queue - The ARN of a standard SQS queue.
-
Topic - The ARN of a standard SNS topic.
-
Event Bus - The ARN of an Amazon EventBridge event bus.
-
-
-
toBuilder
public FunctionEventInvokeConfig.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<FunctionEventInvokeConfig.Builder,FunctionEventInvokeConfig>
-
builder
public static FunctionEventInvokeConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends FunctionEventInvokeConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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.
-
-