software.amazon.jsii.JsiiObject.InitializationModeTaskProps.Builder, TaskProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getComment()
An optional description for this state.
|
String |
getInputPath()
JSONPath expression to select part of the state to be the input to this state.
|
String |
getOutputPath()
JSONPath expression to select part of the state to be the output to this state.
|
Map<String,Object> |
getParameters()
Parameters to invoke the task with.
|
String |
getResultPath()
JSONPath expression to indicate where to inject the state's output.
|
IStepFunctionsTask |
getTask()
Actual task to be invoked in this workflow.
|
Duration |
getTimeout()
Maximum run time of this state.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public IStepFunctionsTask getTask()
TaskPropsEXPERIMENTAL
public String getComment()
TaskPropsDefault: No comment
EXPERIMENTAL
getComment in interface TaskPropspublic String getInputPath()
TaskPropsMay also be the special value DISCARD, which will cause the effective input to be the empty object {}.
Default: $
EXPERIMENTAL
getInputPath in interface TaskPropspublic String getOutputPath()
TaskPropsMay also be the special value DISCARD, which will cause the effective output to be the empty object {}.
Default: $
EXPERIMENTAL
getOutputPath in interface TaskPropspublic Map<String,Object> getParameters()
TaskProps
It is not recommended to use this field. The object that is passed in
the task property will take care of returning the right values for the
Parameters field in the Step Functions definition.
The various classes that implement IStepFunctionsTask will take a
properties which make sense for the task type. For example, for
InvokeFunction the field that populates the parameters field will be
called payload, and for the PublishToTopic the parameters field
will be populated via a combination of the referenced topic, subject and
message.
If passed anyway, the keys in this map will override the parameters returned by the task object.
Default: - Use the parameters implied by the `task` property
EXPERIMENTAL
getParameters in interface TaskPropshttps://docs.aws.amazon.com/step-functions/latest/dg/input-output-inputpath-params.html#input-output-parameterspublic String getResultPath()
TaskPropsMay also be the special value DISCARD, which will cause the state's input to become its output.
Default: $
EXPERIMENTAL
getResultPath in interface TaskPropspublic Duration getTimeout()
TaskPropsIf the state takes longer than this amount of time to complete, a 'Timeout' error is raised.
Default: 60
EXPERIMENTAL
getTimeout in interface TaskPropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.