Interface ActionGroupInvocationInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ActionGroupInvocationInput.Builder,
,ActionGroupInvocationInput> SdkBuilder<ActionGroupInvocationInput.Builder,
,ActionGroupInvocationInput> SdkPojo
- Enclosing class:
ActionGroupInvocationInput
-
Method Summary
Modifier and TypeMethodDescriptionactionGroupName
(String actionGroupName) The name of the action group.The path to the API to call, based off the action group.executionType
(String executionType) How fulfillment of the action is handled.executionType
(ExecutionType executionType) How fulfillment of the action is handled.The function in the action group to call.invocationId
(String invocationId) The unique identifier of the invocation.parameters
(Collection<Parameter> parameters) The parameters in the Lambda input event.parameters
(Consumer<Parameter.Builder>... parameters) The parameters in the Lambda input event.parameters
(Parameter... parameters) The parameters in the Lambda input event.requestBody
(Consumer<RequestBody.Builder> requestBody) The parameters in the request body for the Lambda input event.requestBody
(RequestBody requestBody) The parameters in the request body for the Lambda input event.The API method being used, based off the action group.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 Details
-
actionGroupName
The name of the action group.
- Parameters:
actionGroupName
- The name of the action group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
apiPath
The path to the API to call, based off the action group.
- Parameters:
apiPath
- The path to the API to call, based off the action group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionType
How fulfillment of the action is handled. For more information, see Handling fulfillment of the action.
- Parameters:
executionType
- How fulfillment of the action is handled. For more information, see Handling fulfillment of the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
executionType
How fulfillment of the action is handled. For more information, see Handling fulfillment of the action.
- Parameters:
executionType
- How fulfillment of the action is handled. For more information, see Handling fulfillment of the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
function
The function in the action group to call.
- Parameters:
function
- The function in the action group to call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
invocationId
The unique identifier of the invocation. Only returned if the
executionType
isRETURN_CONTROL
.- Parameters:
invocationId
- The unique identifier of the invocation. Only returned if theexecutionType
isRETURN_CONTROL
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
The parameters in the Lambda input event.
- Parameters:
parameters
- The parameters in the Lambda input event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
The parameters in the Lambda input event.
- Parameters:
parameters
- The parameters in the Lambda input event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
The parameters in the Lambda input event.
This is a convenience method that creates an instance of theParameter.Builder
avoiding the need to create one manually viaParameter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toparameters(List<Parameter>)
.- Parameters:
parameters
- a consumer that will call methods onParameter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
requestBody
The parameters in the request body for the Lambda input event.
- Parameters:
requestBody
- The parameters in the request body for the Lambda input event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestBody
The parameters in the request body for the Lambda input event.
This is a convenience method that creates an instance of theRequestBody.Builder
avoiding the need to create one manually viaRequestBody.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed torequestBody(RequestBody)
.- Parameters:
requestBody
- a consumer that will call methods onRequestBody.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
verb
The API method being used, based off the action group.
- Parameters:
verb
- The API method being used, based off the action group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-