Interface UpdateGroupCommandStep1

All Superinterfaces:
FinalCommandStep<UpdateGroupResponse>
All Known Implementing Classes:
UpdateGroupCommandImpl

public interface UpdateGroupCommandStep1 extends FinalCommandStep<UpdateGroupResponse>
  • Method Details

    • name

      Sets the name for the group to be updated.
      Parameters:
      name - the group name to be updated
      Returns:
      the builder for this command. Call FinalCommandStep.send() to complete the command and send it to the broker.
    • description

      UpdateGroupCommandStep1 description(String description)
      Sets the description for the group to be updated.
      Parameters:
      description - the group description to be updated
      Returns:
      the builder for this command. Call FinalCommandStep.send() to complete the command and send it to the broker.