Interface ActionGroupExecutor.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ActionGroupExecutor.Builder,ActionGroupExecutor>,SdkBuilder<ActionGroupExecutor.Builder,ActionGroupExecutor>,SdkPojo
- Enclosing class:
- ActionGroupExecutor
@Mutable @NotThreadSafe public static interface ActionGroupExecutor.Builder extends SdkPojo, CopyableBuilder<ActionGroupExecutor.Builder,ActionGroupExecutor>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActionGroupExecutor.BuildercustomControl(String customControl)To return the action group invocation results directly in theInvokeInlineAgentresponse, specifyRETURN_CONTROL.ActionGroupExecutor.BuildercustomControl(CustomControlMethod customControl)To return the action group invocation results directly in theInvokeInlineAgentresponse, specifyRETURN_CONTROL.ActionGroupExecutor.Builderlambda(String lambda)The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
customControl
ActionGroupExecutor.Builder customControl(String customControl)
To return the action group invocation results directly in the
InvokeInlineAgentresponse, specifyRETURN_CONTROL.- Parameters:
customControl- To return the action group invocation results directly in theInvokeInlineAgentresponse, specifyRETURN_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
InvokeInlineAgentresponse, specifyRETURN_CONTROL.- Parameters:
customControl- To return the action group invocation results directly in theInvokeInlineAgentresponse, specifyRETURN_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.
-
-