@Generated(value="jsii-pacmak/1.15.0 (build 585166b)", date="2021-01-06T15:17:33.920Z") @Stability(value=Stable) public interface StateProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
StateProps.Builder
A builder for
StateProps |
static class |
StateProps.Jsii$Proxy
An implementation for
StateProps |
| Modifier and Type | Method and Description |
|---|---|
static StateProps.Builder |
builder() |
default String |
getComment()
A comment describing this state.
|
default String |
getInputPath()
JSONPath expression to select part of the state to be the input to this state.
|
default String |
getOutputPath()
JSONPath expression to select part of the state to be the output to this state.
|
default Map<String,Object> |
getParameters()
Parameters pass a collection of key-value pairs, either static values or JSONPath expressions that select from the input.
|
default String |
getResultPath()
JSONPath expression to indicate where to inject the state's output.
|
@Stability(value=Stable) @Nullable default String getComment()
Default: No comment
@Stability(value=Stable) @Nullable default String getInputPath()
May also be the special value JsonPath.DISCARD, which will cause the effective input to be the empty object {}.
Default: $
@Stability(value=Stable) @Nullable default String getOutputPath()
May also be the special value JsonPath.DISCARD, which will cause the effective output to be the empty object {}.
Default: $
@Stability(value=Stable) @Nullable default Map<String,Object> getParameters()
Default: No parameters
https://docs.aws.amazon.com/step-functions/latest/dg/input-output-inputpath-params.html#input-output-parameters@Stability(value=Stable) @Nullable default String getResultPath()
May also be the special value JsonPath.DISCARD, which will cause the state's input to become its output.
Default: $
@Stability(value=Stable) static StateProps.Builder builder()
StateProps.Builder of StatePropsCopyright © 2021. All rights reserved.