Interface UpdateFunctionEventInvokeConfigResponse.Builder

    • Method Detail

      • lastModified

        UpdateFunctionEventInvokeConfigResponse.Builder lastModified​(Instant lastModified)

        The date and time that the configuration was last updated.

        Parameters:
        lastModified - The date and time that the configuration was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • functionArn

        UpdateFunctionEventInvokeConfigResponse.Builder functionArn​(String functionArn)

        The Amazon Resource Name (ARN) of the function.

        Parameters:
        functionArn - The Amazon Resource Name (ARN) of the function.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maximumRetryAttempts

        UpdateFunctionEventInvokeConfigResponse.Builder maximumRetryAttempts​(Integer maximumRetryAttempts)

        The maximum number of times to retry when the function returns an error.

        Parameters:
        maximumRetryAttempts - The maximum number of times to retry when the function returns an error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maximumEventAgeInSeconds

        UpdateFunctionEventInvokeConfigResponse.Builder maximumEventAgeInSeconds​(Integer maximumEventAgeInSeconds)

        The maximum age of a request that Lambda sends to a function for processing.

        Parameters:
        maximumEventAgeInSeconds - The maximum age of a request that Lambda sends to a function for processing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinationConfig

        UpdateFunctionEventInvokeConfigResponse.Builder destinationConfig​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.