Interface UpdateRoleCommandStep1

All Superinterfaces:
FinalCommandStep<UpdateRoleResponse>
All Known Implementing Classes:
UpdateRoleCommandImpl

public interface UpdateRoleCommandStep1 extends FinalCommandStep<UpdateRoleResponse>
  • Method Details

    • name

      Set the name for the role to be updated.
      Parameters:
      name - the role name
      Returns:
      the builder for this command
    • description

      UpdateRoleCommandStep1 description(String description)
      Set the description for the role to be updated.
      Parameters:
      description - the role description
      Returns:
      the builder for this command