JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.lambda.model

Class GetFunctionEventInvokeConfigResult

    • Constructor Detail

      • GetFunctionEventInvokeConfigResult

        public GetFunctionEventInvokeConfigResult()
    • Method Detail

      • setLastModified

        public void setLastModified(Date lastModified)

        The date and time that the configuration was last updated.

        Parameters:
        lastModified - The date and time that the configuration was last updated.
      • getLastModified

        public Date getLastModified()

        The date and time that the configuration was last updated.

        Returns:
        The date and time that the configuration was last updated.
      • withLastModified

        public GetFunctionEventInvokeConfigResult withLastModified(Date 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.
      • setFunctionArn

        public void setFunctionArn(String functionArn)

        The Amazon Resource Name (ARN) of the function.

        Parameters:
        functionArn - The Amazon Resource Name (ARN) of the function.
      • getFunctionArn

        public String getFunctionArn()

        The Amazon Resource Name (ARN) of the function.

        Returns:
        The Amazon Resource Name (ARN) of the function.
      • withFunctionArn

        public GetFunctionEventInvokeConfigResult withFunctionArn(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.
      • setMaximumRetryAttempts

        public void setMaximumRetryAttempts(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.
      • getMaximumRetryAttempts

        public Integer getMaximumRetryAttempts()

        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.
      • withMaximumRetryAttempts

        public GetFunctionEventInvokeConfigResult withMaximumRetryAttempts(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.
      • setMaximumEventAgeInSeconds

        public void setMaximumEventAgeInSeconds(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.
      • getMaximumEventAgeInSeconds

        public Integer getMaximumEventAgeInSeconds()

        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.
      • withMaximumEventAgeInSeconds

        public GetFunctionEventInvokeConfigResult withMaximumEventAgeInSeconds(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.
      • setDestinationConfig

        public void setDestinationConfig(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.

      • getDestinationConfig

        public DestinationConfig getDestinationConfig()

        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.

      • withDestinationConfig

        public GetFunctionEventInvokeConfigResult withDestinationConfig(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.
      • toString

        public 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.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /