Interface ThingGroupDocument.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ThingGroupDocument.Builder,,ThingGroupDocument> SdkBuilder<ThingGroupDocument.Builder,,ThingGroupDocument> SdkPojo
- Enclosing class:
ThingGroupDocument
public static interface ThingGroupDocument.Builder
extends SdkPojo, CopyableBuilder<ThingGroupDocument.Builder,ThingGroupDocument>
-
Method Summary
Modifier and TypeMethodDescriptionattributes(Map<String, String> attributes) The thing group attributes.parentGroupNames(String... parentGroupNames) Parent group names.parentGroupNames(Collection<String> parentGroupNames) Parent group names.thingGroupDescription(String thingGroupDescription) The thing group description.thingGroupId(String thingGroupId) The thing group ID.thingGroupName(String thingGroupName) The thing group name.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
thingGroupName
The thing group name.
- Parameters:
thingGroupName- The thing group name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thingGroupId
The thing group ID.
- Parameters:
thingGroupId- The thing group ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thingGroupDescription
The thing group description.
- Parameters:
thingGroupDescription- The thing group description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
The thing group attributes.
- Parameters:
attributes- The thing group attributes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parentGroupNames
Parent group names.
- Parameters:
parentGroupNames- Parent group names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parentGroupNames
Parent group names.
- Parameters:
parentGroupNames- Parent group names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-