Interface Attribute.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Attribute.Builder,Attribute>,SdkBuilder<Attribute.Builder,Attribute>,SdkPojo
- Enclosing class:
- Attribute
public static interface Attribute.Builder extends SdkPojo, CopyableBuilder<Attribute.Builder,Attribute>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Attribute.BuilderjsonPath(String jsonPath)An expression that specifies an attribute-value pair in a JSON structure.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
jsonPath
Attribute.Builder jsonPath(String jsonPath)
An expression that specifies an attribute-value pair in a JSON structure. 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 theconditionexpressions used by detectors.Syntax:
<field-name>.<field-name>...- Parameters:
jsonPath- An expression that specifies an attribute-value pair in a JSON structure. 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 theconditionexpressions used by detectors.Syntax:
<field-name>.<field-name>...- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-