Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.EksCall.Builder
Packages that use EksCall.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of EksCall.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return EksCall.BuilderModifier and TypeMethodDescriptionThe EKS cluster.An optional description for this state.static EksCall.BuilderEksCall.Builder.credentials(Credentials credentials) Credentials for an IAM Role that the State Machine assumes for executing the task.Deprecated.EksCall.Builder.heartbeatTimeout(Timeout heartbeatTimeout) Timeout for the heartbeat.EksCall.Builder.httpMethod(HttpMethods httpMethod) HTTP method ("GET", "POST", "PUT", ...) part of HTTP request.HTTP path of the Kubernetes REST API operation For example: /api/v1/namespaces/default/pods.JSONPath expression to select part of the state to be the input to this state.EksCall.Builder.integrationPattern(IntegrationPattern integrationPattern) AWS Step Functions integrates with services directly in the Amazon States Language.EksCall.Builder.outputPath(String outputPath) JSONPath expression to select select a portion of the state output to pass to the next state.EksCall.Builder.queryParameters(Map<String, ? extends List<String>> queryParameters) Query Parameters part of HTTP request.EksCall.Builder.requestBody(TaskInput requestBody) Request body part of HTTP request.EksCall.Builder.resultPath(String resultPath) JSONPath expression to indicate where to inject the state's output.EksCall.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.EksCall.Builder.taskTimeout(Timeout taskTimeout) Timeout for the task.Deprecated.usetaskTimeout
heartbeatTimeout