software.amazon.jsii.JsiiObject.InitializationModeMapProps.Builder, MapProps.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.
|
protected |
Jsii$Proxy(String comment,
String inputPath,
String itemsPath,
Number maxConcurrency,
String outputPath,
Map<String,? extends Object> parameters,
String resultPath,
Map<String,? extends Object> resultSelector)
Constructor that initializes the object based on literal property values passed by the
MapProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getComment()
(experimental) An optional description for this state.
|
String |
getInputPath()
(experimental) JSONPath expression to select part of the state to be the input to this state.
|
String |
getItemsPath()
(experimental) JSONPath expression to select the array to iterate over.
|
Number |
getMaxConcurrency()
(experimental) MaxConcurrency.
|
String |
getOutputPath()
(experimental) JSONPath expression to select part of the state to be the output to this state.
|
Map<String,Object> |
getParameters()
(experimental) The JSON that you want to override your default iteration input.
|
String |
getResultPath()
(experimental) JSONPath expression to indicate where to inject the state's output.
|
Map<String,Object> |
getResultSelector()
(experimental) The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(String comment, String inputPath, String itemsPath, Number maxConcurrency, String outputPath, Map<String,? extends Object> parameters, String resultPath, Map<String,? extends Object> resultSelector)
MapProps.Builder.public final String getComment()
MapPropsDefault: No comment
getComment in interface MapPropspublic final String getInputPath()
MapPropsMay also be the special value JsonPath.DISCARD, which will cause the effective input to be the empty object {}.
Default: $
getInputPath in interface MapPropspublic final String getItemsPath()
MapPropsDefault: $
getItemsPath in interface MapPropspublic final Number getMaxConcurrency()
MapPropsAn upper bound on the number of iterations you want running at once.
Default: - full concurrency
getMaxConcurrency in interface MapPropspublic final String getOutputPath()
MapPropsMay also be the special value JsonPath.DISCARD, which will cause the effective output to be the empty object {}.
Default: $
getOutputPath in interface MapPropspublic final Map<String,Object> getParameters()
MapPropsDefault: $
getParameters in interface MapPropspublic final String getResultPath()
MapPropsMay also be the special value JsonPath.DISCARD, which will cause the state's input to become its output.
Default: $
getResultPath in interface MapPropspublic final Map<String,Object> getResultSelector()
MapPropsYou can use ResultSelector to create a payload with values that are static or selected from the state's raw result.
Default: - None
getResultSelector in interface MapPropshttps://docs.aws.amazon.com/step-functions/latest/dg/input-output-inputpath-params.html#input-output-resultselector@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.