Uses of Interface
software.amazon.awssdk.services.iot.model.AttributePayload.Builder
-
Packages that use AttributePayload.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of AttributePayload.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return AttributePayload.Builder Modifier and Type Method Description AttributePayload.BuilderAttributePayload.Builder. attributes(Map<String,String> attributes)A JSON string containing up to three key-value pair in JSON format.static AttributePayload.BuilderAttributePayload. builder()AttributePayload.BuilderAttributePayload.Builder. merge(Boolean merge)Specifies whether the list of attributes provided in theAttributePayloadis merged with the attributes stored in the registry, instead of overwriting them.AttributePayload.BuilderAttributePayload. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type AttributePayload.Builder Modifier and Type Method Description static Class<? extends AttributePayload.Builder>AttributePayload. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type AttributePayload.Builder Modifier and Type Method Description default CreateThingRequest.BuilderCreateThingRequest.Builder. attributePayload(Consumer<AttributePayload.Builder> attributePayload)The attribute payload, which consists of up to three name/value pairs in a JSON document.default ThingGroupProperties.BuilderThingGroupProperties.Builder. attributePayload(Consumer<AttributePayload.Builder> attributePayload)The thing group attributes in JSON format.default UpdateThingRequest.BuilderUpdateThingRequest.Builder. attributePayload(Consumer<AttributePayload.Builder> attributePayload)A list of thing attributes, a JSON string containing name-value pairs.
-