@Stability(value=Experimental) public static final class InputProps.Builder extends Object implements software.amazon.jsii.Builder<InputProps>
InputProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
InputProps.Builder |
attributeJsonPaths(List<String> attributeJsonPaths)
Sets the value of
InputProps.getAttributeJsonPaths() |
InputProps |
build()
Builds the configured instance.
|
InputProps.Builder |
inputName(String inputName)
Sets the value of
InputProps.getInputName() |
@Stability(value=Experimental) public InputProps.Builder attributeJsonPaths(List<String> attributeJsonPaths)
InputProps.getAttributeJsonPaths()attributeJsonPaths - An expression that specifies an attribute-value pair in a JSON structure. This parameter is required.
Use this to specify an attribute from the JSON payload that is made available
by the input. Inputs are derived from messages sent to AWS IoT Events (BatchPutMessage).
Each such message contains a JSON payload. The attribute (and its paired value)
specified here are available for use in the condition expressions used by detectors.this@Stability(value=Experimental) public InputProps.Builder inputName(String inputName)
InputProps.getInputName()inputName - The name of the input.this@Stability(value=Experimental) public InputProps build()
build in interface software.amazon.jsii.Builder<InputProps>InputPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.