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.stepfunctions.model

Class LambdaFunctionScheduledEventDetails

    • Constructor Detail

      • LambdaFunctionScheduledEventDetails

        public LambdaFunctionScheduledEventDetails()
    • Method Detail

      • setResource

        public void setResource(String resource)

        The Amazon Resource Name (ARN) of the scheduled Lambda function.

        Parameters:
        resource - The Amazon Resource Name (ARN) of the scheduled Lambda function.
      • getResource

        public String getResource()

        The Amazon Resource Name (ARN) of the scheduled Lambda function.

        Returns:
        The Amazon Resource Name (ARN) of the scheduled Lambda function.
      • withResource

        public LambdaFunctionScheduledEventDetails withResource(String resource)

        The Amazon Resource Name (ARN) of the scheduled Lambda function.

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

        public void setInput(String input)

        The JSON data input to the Lambda function. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

        Parameters:
        input - The JSON data input to the Lambda function. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
      • getInput

        public String getInput()

        The JSON data input to the Lambda function. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

        Returns:
        The JSON data input to the Lambda function. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
      • withInput

        public LambdaFunctionScheduledEventDetails withInput(String input)

        The JSON data input to the Lambda function. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.

        Parameters:
        input - The JSON data input to the Lambda function. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setInputDetails

        public void setInputDetails(HistoryEventExecutionDataDetails inputDetails)

        Contains details about input for an execution history event.

        Parameters:
        inputDetails - Contains details about input for an execution history event.
      • getInputDetails

        public HistoryEventExecutionDataDetails getInputDetails()

        Contains details about input for an execution history event.

        Returns:
        Contains details about input for an execution history event.
      • withInputDetails

        public LambdaFunctionScheduledEventDetails withInputDetails(HistoryEventExecutionDataDetails inputDetails)

        Contains details about input for an execution history event.

        Parameters:
        inputDetails - Contains details about input for an execution history event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTimeoutInSeconds

        public void setTimeoutInSeconds(Long timeoutInSeconds)

        The maximum allowed duration of the Lambda function.

        Parameters:
        timeoutInSeconds - The maximum allowed duration of the Lambda function.
      • getTimeoutInSeconds

        public Long getTimeoutInSeconds()

        The maximum allowed duration of the Lambda function.

        Returns:
        The maximum allowed duration of the Lambda function.
      • withTimeoutInSeconds

        public LambdaFunctionScheduledEventDetails withTimeoutInSeconds(Long timeoutInSeconds)

        The maximum allowed duration of the Lambda function.

        Parameters:
        timeoutInSeconds - The maximum allowed duration of the Lambda function.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTaskCredentials

        public void setTaskCredentials(TaskCredentials taskCredentials)

        The credentials that Step Functions uses for the task.

        Parameters:
        taskCredentials - The credentials that Step Functions uses for the task.
      • getTaskCredentials

        public TaskCredentials getTaskCredentials()

        The credentials that Step Functions uses for the task.

        Returns:
        The credentials that Step Functions uses for the task.
      • withTaskCredentials

        public LambdaFunctionScheduledEventDetails withTaskCredentials(TaskCredentials taskCredentials)

        The credentials that Step Functions uses for the task.

        Parameters:
        taskCredentials - The credentials that Step Functions uses for the task.
        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 によって変換されたページ (->オリジナル) /