Interface AddThingToThingGroupRequest.Builder

    • Method Detail

      • thingGroupName

        AddThingToThingGroupRequest.Builder thingGroupName​(String thingGroupName)

        The name of the group to which you are adding a thing.

        Parameters:
        thingGroupName - The name of the group to which you are adding a thing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • thingGroupArn

        AddThingToThingGroupRequest.Builder thingGroupArn​(String thingGroupArn)

        The ARN of the group to which you are adding a thing.

        Parameters:
        thingGroupArn - The ARN of the group to which you are adding a thing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • thingName

        AddThingToThingGroupRequest.Builder thingName​(String thingName)

        The name of the thing to add to a group.

        Parameters:
        thingName - The name of the thing to add to a group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • thingArn

        AddThingToThingGroupRequest.Builder thingArn​(String thingArn)

        The ARN of the thing to add to a group.

        Parameters:
        thingArn - The ARN of the thing to add to a group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • overrideDynamicGroups

        AddThingToThingGroupRequest.Builder overrideDynamicGroups​(Boolean overrideDynamicGroups)

        Override dynamic thing groups with static thing groups when 10-group limit is reached. If a thing belongs to 10 thing groups, and one or more of those groups are dynamic thing groups, adding a thing to a static group removes the thing from the last dynamic group.

        Parameters:
        overrideDynamicGroups - Override dynamic thing groups with static thing groups when 10-group limit is reached. If a thing belongs to 10 thing groups, and one or more of those groups are dynamic thing groups, adding a thing to a static group removes the thing from the last dynamic group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.