Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.HttpInvoke.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of HttpInvoke.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Modifier and TypeMethodDescriptionHttpInvoke.Builder.apiEndpoint
(TaskInput apiEndpoint) The API endpoint to call, relative toapiRoot
.Permissions are granted to call all resources under this path.The body to send to the HTTP endpoint.An optional description for this state.HttpInvoke.Builder.connection
(IConnection connection) The EventBridge Connection to use for authentication.static HttpInvoke.Builder
HttpInvoke.Builder.credentials
(Credentials credentials) Credentials for an IAM Role that the State Machine assumes for executing the task.The headers to send to the HTTP endpoint.Deprecated.HttpInvoke.Builder.heartbeatTimeout
(Timeout heartbeatTimeout) Timeout for the heartbeat.JSONPath expression to select part of the state to be the input to this state.HttpInvoke.Builder.integrationPattern
(IntegrationPattern integrationPattern) AWS Step Functions integrates with services directly in the Amazon States Language.The HTTP method to use.HttpInvoke.Builder.outputPath
(String outputPath) JSONPath expression to select select a portion of the state output to pass to the next state.HttpInvoke.Builder.queryStringParameters
(TaskInput queryStringParameters) The query string parameters to send to the HTTP endpoint.HttpInvoke.Builder.resultPath
(String resultPath) JSONPath expression to indicate where to inject the state's output.HttpInvoke.Builder.resultSelector
(Map<String, ? extends Object> resultSelector) The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.Optional name for this state.HttpInvoke.Builder.taskTimeout
(Timeout taskTimeout) Timeout for the task.Deprecated.usetaskTimeout
HttpInvoke.Builder.urlEncodingFormat
(URLEncodingFormat urlEncodingFormat) Determines whether to apply URL encoding to the request body, and which array encoding format to use.
heartbeatTimeout