public static interface ThingGroupDocument.Builder extends SdkPojo, CopyableBuilder<ThingGroupDocument.Builder,ThingGroupDocument>
| Modifier and Type | Method and Description |
|---|---|
ThingGroupDocument.Builder |
attributes(Map<String,String> attributes)
The thing group attributes.
|
ThingGroupDocument.Builder |
parentGroupNames(Collection<String> parentGroupNames)
Parent group names.
|
ThingGroupDocument.Builder |
parentGroupNames(String... parentGroupNames)
Parent group names.
|
ThingGroupDocument.Builder |
thingGroupDescription(String thingGroupDescription)
The thing group description.
|
ThingGroupDocument.Builder |
thingGroupId(String thingGroupId)
The thing group ID.
|
ThingGroupDocument.Builder |
thingGroupName(String thingGroupName)
The thing group name.
|
copyapplyMutation, buildThingGroupDocument.Builder thingGroupName(String thingGroupName)
The thing group name.
thingGroupName - The thing group name.ThingGroupDocument.Builder thingGroupId(String thingGroupId)
The thing group ID.
thingGroupId - The thing group ID.ThingGroupDocument.Builder thingGroupDescription(String thingGroupDescription)
The thing group description.
thingGroupDescription - The thing group description.ThingGroupDocument.Builder attributes(Map<String,String> attributes)
The thing group attributes.
attributes - The thing group attributes.ThingGroupDocument.Builder parentGroupNames(Collection<String> parentGroupNames)
Parent group names.
parentGroupNames - Parent group names.ThingGroupDocument.Builder parentGroupNames(String... parentGroupNames)
Parent group names.
parentGroupNames - Parent group names.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.