Interface CreateThingGroupResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<CreateThingGroupResponse.Builder,CreateThingGroupResponse>, IotResponse.Builder, SdkBuilder<CreateThingGroupResponse.Builder,CreateThingGroupResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CreateThingGroupResponse

public static interface CreateThingGroupResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<CreateThingGroupResponse.Builder,CreateThingGroupResponse>
  • Method Details

    • thingGroupName

      CreateThingGroupResponse.Builder thingGroupName(String 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.
    • thingGroupArn

      CreateThingGroupResponse.Builder thingGroupArn(String thingGroupArn)

      The thing group ARN.

      Parameters:
      thingGroupArn - The thing group ARN.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • thingGroupId

      CreateThingGroupResponse.Builder thingGroupId(String 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.