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.
|
| 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 |
getItemsPath()
JSONPath expression to select the array to iterate over.
|
Number |
getMaxConcurrency()
MaxConcurrency.
|
String |
getOutputPath()
JSONPath expression to select part of the state to be the output to this state.
|
Map<String,Object> |
getParameters()
The JSON that you want to override your default iteration input.
|
String |
getResultPath()
JSONPath expression to indicate where to inject the state's output.
|
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 String getComment()
MapPropsDefault: No comment
EXPERIMENTAL
getComment in interface MapPropspublic String getInputPath()
MapPropsMay also be the special value DISCARD, which will cause the effective input to be the empty object {}.
Default: $
EXPERIMENTAL
getInputPath in interface MapPropspublic String getItemsPath()
MapPropsDefault: $
EXPERIMENTAL
getItemsPath in interface MapPropspublic Number getMaxConcurrency()
MapPropsAn upper bound on the number of iterations you want running at once.
Default: - full concurrency
EXPERIMENTAL
getMaxConcurrency in interface MapPropspublic String getOutputPath()
MapPropsMay also be the special value DISCARD, which will cause the effective output to be the empty object {}.
Default: $
EXPERIMENTAL
getOutputPath in interface MapPropspublic Map<String,Object> getParameters()
MapPropsDefault: $
EXPERIMENTAL
getParameters in interface MapPropspublic String getResultPath()
MapPropsMay also be the special value DISCARD, which will cause the state's input to become its output.
Default: $
EXPERIMENTAL
getResultPath in interface MapPropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.