Interface ActionGroupExecutor.Builder

    • Method Detail

      • customControl

        ActionGroupExecutor.Builder customControl​(String customControl)

        To return the action group invocation results directly in the InvokeInlineAgent response, specify RETURN_CONTROL.

        Parameters:
        customControl - To return the action group invocation results directly in the InvokeInlineAgent response, specify RETURN_CONTROL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CustomControlMethod, CustomControlMethod
      • customControl

        ActionGroupExecutor.Builder customControl​(CustomControlMethod customControl)

        To return the action group invocation results directly in the InvokeInlineAgent response, specify RETURN_CONTROL.

        Parameters:
        customControl - To return the action group invocation results directly in the InvokeInlineAgent response, specify RETURN_CONTROL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CustomControlMethod, CustomControlMethod
      • lambda

        ActionGroupExecutor.Builder lambda​(String lambda)

        The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.

        Parameters:
        lambda - The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.