public static interface ThingGroupMetadata.Builder extends SdkPojo, CopyableBuilder<ThingGroupMetadata.Builder,ThingGroupMetadata>
Modifier and Type | Method and Description |
---|---|
ThingGroupMetadata.Builder |
creationDate(Instant creationDate)
The UNIX timestamp of when the thing group was created.
|
ThingGroupMetadata.Builder |
parentGroupName(String parentGroupName)
The parent thing group name.
|
ThingGroupMetadata.Builder |
rootToParentThingGroups(Collection<GroupNameAndArn> rootToParentThingGroups)
The root parent thing group.
|
ThingGroupMetadata.Builder |
rootToParentThingGroups(Consumer<GroupNameAndArn.Builder>... rootToParentThingGroups)
The root parent thing group.
|
ThingGroupMetadata.Builder |
rootToParentThingGroups(GroupNameAndArn... rootToParentThingGroups)
The root parent thing group.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ThingGroupMetadata.Builder parentGroupName(String parentGroupName)
The parent thing group name.
parentGroupName
- The parent thing group name.ThingGroupMetadata.Builder rootToParentThingGroups(Collection<GroupNameAndArn> rootToParentThingGroups)
The root parent thing group.
rootToParentThingGroups
- The root parent thing group.ThingGroupMetadata.Builder rootToParentThingGroups(GroupNameAndArn... rootToParentThingGroups)
The root parent thing group.
rootToParentThingGroups
- The root parent thing group.ThingGroupMetadata.Builder rootToParentThingGroups(Consumer<GroupNameAndArn.Builder>... rootToParentThingGroups)
The root parent thing group.
This is a convenience that creates an instance of theList.Builder
avoiding the need
to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #rootToParentThingGroups(List)
.rootToParentThingGroups
- a consumer that will call methods on List.Builder
#rootToParentThingGroups(List)
ThingGroupMetadata.Builder creationDate(Instant creationDate)
The UNIX timestamp of when the thing group was created.
creationDate
- The UNIX timestamp of when the thing group was created.Copyright © 2020. All rights reserved.