@Stability(value=Stable) public static final class CfnInput.InputDefinitionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnInput.InputDefinitionProperty>
CfnInput.InputDefinitionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnInput.InputDefinitionProperty.Builder |
attributes(IResolvable attributes)
Sets the value of
CfnInput.InputDefinitionProperty.getAttributes() |
CfnInput.InputDefinitionProperty.Builder |
attributes(List<? extends Object> attributes)
Sets the value of
CfnInput.InputDefinitionProperty.getAttributes() |
CfnInput.InputDefinitionProperty |
build()
Builds the configured instance.
|
@Stability(value=Stable) public CfnInput.InputDefinitionProperty.Builder attributes(IResolvable attributes)
CfnInput.InputDefinitionProperty.getAttributes()attributes - The attributes from the JSON payload that are made available by the input. This parameter is required.
Inputs are derived from messages sent to the AWS IoT Events system using BatchPutMessage . Each such message contains a JSON payload, and those attributes (and their paired values) specified here are available for use in the condition expressions used by detectors that monitor this input.this@Stability(value=Stable) public CfnInput.InputDefinitionProperty.Builder attributes(List<? extends Object> attributes)
CfnInput.InputDefinitionProperty.getAttributes()attributes - The attributes from the JSON payload that are made available by the input. This parameter is required.
Inputs are derived from messages sent to the AWS IoT Events system using BatchPutMessage . Each such message contains a JSON payload, and those attributes (and their paired values) specified here are available for use in the condition expressions used by detectors that monitor this input.this@Stability(value=Stable) public CfnInput.InputDefinitionProperty build()
build in interface software.amazon.jsii.Builder<CfnInput.InputDefinitionProperty>CfnInput.InputDefinitionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.