MapProps.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(java.lang.Object o) |
java.lang.String |
getComment()
An optional description for this state.
|
java.lang.String |
getInputPath()
JSONPath expression to select part of the state to be the input to this state.
|
java.lang.String |
getItemsPath()
JSONPath expression to select the array to iterate over.
|
java.lang.Number |
getMaxConcurrency()
MaxConcurrency.
|
java.lang.String |
getOutputPath()
JSONPath expression to select part of the state to be the output to this state.
|
java.util.Map<java.lang.String,java.lang.Object> |
getParameters()
The JSON that you want to override your default iteration input.
|
java.lang.String |
getResultPath()
JSONPath expression to indicate where to inject the state's output.
|
java.util.Map<java.lang.String,java.lang.Object> |
getResultSelector()
The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.
|
int |
hashCode() |
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getComment()
MapProps
Default: No comment
getComment
in interface MapProps
public final java.lang.String getInputPath()
MapProps
May also be the special value JsonPath.DISCARD, which will cause the effective input to be the empty object {}.
Default: $
getInputPath
in interface MapProps
public final java.lang.String getItemsPath()
MapProps
Default: $
getItemsPath
in interface MapProps
public final java.lang.Number getMaxConcurrency()
MapProps
An upper bound on the number of iterations you want running at once.
Default: - full concurrency
getMaxConcurrency
in interface MapProps
public final java.lang.String getOutputPath()
MapProps
May also be the special value JsonPath.DISCARD, which will cause the effective output to be the empty object {}.
Default: $
getOutputPath
in interface MapProps
public final java.util.Map<java.lang.String,java.lang.Object> getParameters()
MapProps
Default: $
getParameters
in interface MapProps
public final java.lang.String getResultPath()
MapProps
May also be the special value JsonPath.DISCARD, which will cause the state's input to become its output.
Default: $
getResultPath
in interface MapProps
public final java.util.Map<java.lang.String,java.lang.Object> getResultSelector()
MapProps
You 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 MapProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()