@Generated(value="software.amazon.awssdk:codegen") public final class UpdateFunctionEventInvokeConfigRequest extends LambdaRequest implements ToCopyableBuilder<UpdateFunctionEventInvokeConfigRequest.Builder,UpdateFunctionEventInvokeConfigRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
UpdateFunctionEventInvokeConfigRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static UpdateFunctionEventInvokeConfigRequest.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 |
functionName()
The name of the Lambda function, version, or alias.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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.
|
String |
qualifier()
A version number or alias name.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateFunctionEventInvokeConfigRequest.Builder> |
serializableBuilderClass() |
UpdateFunctionEventInvokeConfigRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String functionName()
The name of the Lambda function, version, or alias.
Name formats
Function name - my-function
(name-only), my-function:v1
(with alias).
Function ARN - arn:aws:lambda:us-west-2:123456789012:function:my-function
.
Partial ARN - 123456789012:function:my-function
.
You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
Name formats
Function name - my-function
(name-only), my-function:v1
(with alias).
Function ARN - arn:aws:lambda:us-west-2:123456789012:function:my-function
.
Partial ARN - 123456789012:function:my-function
.
You can append a version number or alias to any of the formats. The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
public final String qualifier()
A version number or alias name.
public final Integer maximumRetryAttempts()
The maximum number of times to retry when the function returns an error.
public final Integer maximumEventAgeInSeconds()
The maximum age of a request that Lambda sends to a function for processing.
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 an SQS queue.
Topic - The ARN of an SNS topic.
Event Bus - The ARN of an Amazon EventBridge event bus.
Destinations
Function - The Amazon Resource Name (ARN) of a Lambda function.
Queue - The ARN of an SQS queue.
Topic - The ARN of an SNS topic.
Event Bus - The ARN of an Amazon EventBridge event bus.
public UpdateFunctionEventInvokeConfigRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<UpdateFunctionEventInvokeConfigRequest.Builder,UpdateFunctionEventInvokeConfigRequest>
toBuilder
in class LambdaRequest
public static UpdateFunctionEventInvokeConfigRequest.Builder builder()
public static Class<? extends UpdateFunctionEventInvokeConfigRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2023. All rights reserved.